Question On Forms and my CGI..

Okay.. Im new with Dreamweaver... Im using Dreamweaver MX..
and I made a few forms.. my hosting is actually through
Godaddy.com... anyways it has a "CGI Manager" on it.. when I open
it up it shows me a few things like Perl,PHP,Processes,Error's.
I dont know how to link my form to use this CGI manager.. can
anyone help me with this?

On Tue, 9 Jan 2007 22:45:33 +0000 (UTC), "Kerosity"
<[email protected]> wrote:
>Okay.. Im new with Dreamweaver... Im using Dreamweaver
MX.. and I made a few
>forms.. my hosting is actually through Godaddy.com...
anyways it has a "CGI
>Manager" on it.. when I open it up it shows me a few
things like
>Perl,PHP,Processes,Error's.
>
> I dont know how to link my form to use this CGI
manager.. can anyone help me
>with this?
This seems to be something to ask GoDaddy.
Steve
steve at flyingtigerwebdesign dot com

Similar Messages

  • Follow-up question about forms and SharePoint Online

    I asked a question about life after InfoPath earlier, and got a good answer:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fb23b3d9-8a09-4267-aab5-09929f6a3082/life-after-infopath-seeking-advice
    After looking at all of the limitations of SharePoint Online, I'm wondering how developers are dealing with the limitations. Lets say you are asked to develop something that has complex logic, including fetching data from external web services, dynamically
    displaying parts of a process to people depending on role, and ending up with a printable document. In our on-premises environment, InfoPath is well suited to this task, with some code behind for some things. Or, if not using InfoPath, we would use application
    pages and workflow.
    Neither of those are available in SharePoint Online, so what would you do?

    Some things, such as the conditional display of content, can be done via JavaScript. More advanced items, such as integrating external web services would likely require a SharePoint "app". A SharePoint app is essentially a link to a separate site
    that is running an asp.net web app (or PHP, or whatever). This asp.net site can do anything it needs with any web services, or conditional formatting, or anything. Because it's registered as a SharePoint app, it can also call back into the SharePoint site
    and work with data. So, a SharePoint App could present the user with a robust form that simply sends the data back to a SharePoint list. The SharePoint app can also be surfaced on the SharePoint site itself in an iframe, so the user won't know that the form
    is hosted by another server.
    By the way, the ideas behind the app model permeate the entire SharePoint environment: instead of having the SharePoint server itself run all kinds of custom business logic, that workload is handled by other servers, so the SharePoint servers can be focused
    on running the core bits of SharePoint. InfoPath puts a large load on the servers, so it's out.  XSLT list views also put a load on the server, so they're also out. SSRS is an amazingly fantastic tool, but is not supported in the cloud (and there's no
    alternative). Timer jobs, event handlers, workflow, and many other things have been re-architected to take the load off the SharePoint servers.
    Mike G.

  • New user with several questions on forms and useage.

    Once a user fills out a form, is there a way to make the data in the text fields un-editable?
    While I'm here, on the same form there are several fields that are required to be filled out. Is it possible to prevent the user from being able to save the form before they fill out the required fields?
    I have an Excel file that when opened asks the user for certain data and automatically puts the entered data into the required cells using VB. Is it possible to do the same in Adobe?
    Been using Acrobat for years, but my company only uses it for simple pdf creation and maybe putting stamps on customer supplied files, so these probably seem like simple questions.
    By the way this is on Acrobat 8 Pro.
    Thanks for any help!

    Once a user fills out a form, is there a way to make the data in the text fields un-editable?
    Yes. The best is by using a digital signature. Second best is by using a script to set the fields as read-only at some point.
    Is it possible to prevent the user from being able to save the form before they fill out the required fields?
    No. You can set fields as required but that only applies when the file is submitted. You can display an error message when the file is being saved if some of the required scripts are not filled-in (using a script), but you can't prevent someone from saving the file.
    I have an Excel file that when opened asks the user for certain data and automatically puts the entered data into the required cells using VB. Is it possible to do the same in Adobe?
    Yes, that's possible. Again, using a script.
    By the way this is on Acrobat 8 Pro.
    This is quite an old version, not compatible with any current operating system. You should consider upgrading...

  • A Newbie question for forms and report...

    hi,
    I want to run a report(3.0.8) from forms(5.0.6), when user clicks a button.
    I'm using Run_Product. But am not sure how to pass parameter list. any help is appreciated.
    thank
    ---himanshu

    In this example V_SYSTEM_ID is the parameter created in Reports and Node_value is the value I am passing. Hope this helps
    DECLARE
    pl_id ParamList;
    node number;
    node_value number;
    al_button number;
    v_system_id number;
    BEGIN
    ** Check to see if the 'tmpdata' parameter list exists.
    pl_id := Get_Parameter_List('tmpdata');
    ** If it does, then delete it before we create it again in
    ** case it contains parameters that are not useful for our
    ** purposes here.
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    ** Create the 'tmpdata' parameter list afresh.
    pl_id := Create_Parameter_List('tmpdata');
    ** Add 3 data parameters to this parameter list
    Add_Parameter(pl_id,'V_SYSTEM_ID',TEXT_PARAMETER, node_value);
    **Pass a Parameter into PARAMFORM so that a parameter dialog will not appear
    **for the parameters being passing in.
    Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
    ** Run the report synchronously, passing the parameter list
    Run_Product(REPORTS, 'WRKPKG_HIER',
    SYNCHRONOUS, RUNTIME,FILESYSTEM, pl_id,
    NULL);
    END;
    null

  • Develop Form and Workflow in SharePoint Online and On-Premise

    Hi Expert,
    I have the question about Form and Workflow in SharePoint Online vs ShrePoint On-Premise
    Current Problem : Customer is implemented Form and Workflow in SharePoint Online but they have a problem some features that didn’t work in SharePoint Online. I will have a meeting to discuss Do and Don’t Form and Workflow in SharePoint Online compare SharePoint
    On-Premise.
    Please suggestion.
    Thank you

    Hi MasterBird,
    There is no documentation to explain the difference of the custom form and workflow between SharePoint Online and SharePoint On-Premise. For your issue, you can have a look at the following blog:
    http://www.techrepublic.com/blog/the-enterprise-cloud/get-infopath-forms-and-sharepoint-online-with-office-365/
    https://support.office.com/en-us/article/Office-365-known-issues-6b380978-84ce-49af-be5d-f7cda0fe28f9?ui=en-US&rs=en-US&ad=US#__sharepoint_online_preview
    https://support.office.com/en-in/article/Configure-InfoPath-Forms-Services-a8609546-c0d7-4956-81b6-08e93eb4b290?ui=en-US&rs=en-IN&ad=IN
    http://blog.sharepointlearn.com/2011/11/03/sharepoint-in-office-365-the-good-the-bad-the-brilliant-and-the-ugly/
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • Form and Workflow in SharePoint Online vs SharePoint On-Premise

    Hi Expert,
    I have the question about Form and Workflow in SharePoint Online vs ShrePoint On-Premise
    Current Problem : Customer is implemented Form and Workflow in SharePoint Online but they have a problem some features that didn’t work in SharePoint Online. I will have a meeting to discuss Do and Don’t Form and Workflow in SharePoint Online compare SharePoint
    On-Premise.
    Please suggestion.
    Thank you

    Hi MasterBird,
    For SharePoint 2013 On-premise, we can :
    Comlete control of our environment and data
    Supports heavy customization
    Keep sensitive information in-house
    Easier integration into line of business systems
    Full development options for developers
    For SharePoint Online workflow:
    Workflow 2010 & 2013 are available with Standard and Enterprise Editions without having to install
    If using Windows Azure workflow functionality is the same as 2013
    Cannot create custom Visual Studio workflows
    For InfoPath Form Services you will need Office 365 Enterprise Could Edition or SharePoint Online Plan 2
    More information, please refer to the video:
    http://www.youtube.com/watch?v=eNtCH3qOk2g
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • IE7 support in Forms and Jinitiator 1.3.1.28

    FYI
    http://groundside.com/blog/GrantRonald?title=jini_1_3_1_28_and_ie7_certification&more=1&c=1&tb=1&pb=1
    Regards
    Grant

    Brian,
    I inlined my comments
    Where can I get the Forms EAR for OC4J?
    We planned to certify Forms6i patch 9 with OC4J. Performance
    testing unveilled problems when running the Forms Servlet in
    OC4J via the Apache listener. I see. I wanted to run forms on OC4J without apache at all. I was hoping this would become a supported configuration.
    Is Reports CGI + OC4J a certified combination?Does OC4J have a CGI environemnt? Anyway, the answer is no.Yes, there are instructions on metalink about how to run the forms and reports CGI applications through OC4J's CGI servlet. However, I don't know how "supported/certified" that is.
    For somebody that needs just forms and reports, the full
    iAS 9i EE installation is way overkill. I'd rather just
    have iAS9i Core + Forms + Reports.
    Forms and Reports are part of 9iAS Enterprise Edition and are
    installed in this bundle. There is no other option.Yes, it is true that Oracle forced us to pay for all of Oracle 9iAS Enterprise Edition to use forms and reports on the web. But, that doesn't mean that Forms and Reports won't work without all the other components installed. In fact, I couldn't even get it installed with the default EE install. I had to install iAS Core, then install Forms and Reports 6i, and then patch them all the way up manually because the iAS 1.0.2.2.1 EE install kept dying while trying to install Discoverer (something I didn't even want).
    Even using OC4J would have required you to use Apache upfront.We need to have good performance with a small number of users on an intranet. We want webforms mostly for the convenience of avoiding client installations. We don't need any load-balancing at this time (and anyway, we could come up with some poor-mans load balancing if needed it). So, I think we would have been okay with OC4J and no Apache.
    Thanks for the answers,
    Brian

  • Oracle Forms and SOA

    I've added a new paper to address the common question of Forms and SOA.
    details on my blog.
    http://groundside.com/blog/GrantRonald?title=oracle_forms_and_soa_an_executive_summar&more=1&c=1&tb=1&pb=1
    Also linked from http://otn.oracle.com/products/forms
    Welcome your comments.
    Grant

    bump

  • Can questions be hidden on a form and only appear if they answer a previous a certain way

    Can questions be hidden on a form and only appear if they answer a previous a certain way
    example
    Do you need microphones Y/N
    If they answer No nothing happens
    If they answer yes more questions appear

    Yes - you can.  We have both "Show/Hide" logic which would cover the case you mention, and Page logic to go to a specific page based on the answers.  There is aome more information here: https://www.acrobat.com/formscentral/en/library/skip.html
    Also, if you search the Help for "Conditional form elements" you can read the section there: http://help.adobe.com/en_US/formscentral/using/formscentral_help.pdf
    Thanks,
    Josh Corey
    PS - Please help the forum for everyone and mark your question answered when you feel it has been, it will help other members find the answers to their questions.

  • I have a filable form and I need to add ranking questions

    I have a filable form and I need to add ranking questions. How do I do this?

    Kernel panics are usually caused by a hardware problem – frequently RAM, a USB device or a Firewire device. What external devices do you have connected? When trying to troubleshoot problems, disconnect all external devices except your monitor, keyboard and mouse. Do you experience the same problems?
    To eliminate RAM being the problem, Look at this link: *Testing RAM* @ http://guides.macrumors.com/Testing_RAM Then download & use Memtest & Ramber.
    Do you have an Apple Hardware Test disc? Running the Apple Hardware Test in Loop Mode is an excellent troubleshooting step for finding intermittent hardware problems. It is especially useful when troubleshooting intermittent kernel panics. If Loop Mode is supported by the version of the Apple Hardware Test you are using, you run the Extended Test in Loop Mode by pressing Control-L before starting the test. Looping On should appear in the right window. Then click the Extended Test button.The test will run continuously until a problem is found. If a problem is found, the test will cease to loop, indicating the problem it found. If the test fails, be sure to write down the exact message associated with the failure.In some cases, RAM problems did not show up until nearly 40 loops, so give it a good run.
    May be a solution on one of these links.
    Mac OS X Kernel Panic FAQ
    Mac OS X Kernel Panic FAQ
    Resolving Kernel Panics
    Avoiding and eliminating Kernel panics
    12-Step Program to Isolate Freezes and/or Kernel Panics
    Cheers, Tom

  • I am trying to download a movie in iTunes and I was asked two security questions. They are different form the questions I chose and whenever I exit and try again, I see that the questions change every time. How can I reset the questions?

    I am trying to download a movie in iTunes and I was asked two security questions. They are different form the questions I chose and whenever I exit and try again, I see that the questions change every time. How can I reset the questions?

    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Question regarding material for Forms and Reports

    Hi, I'm good at SQL, now that i would like to learn Forms and Reports in Database. But i dont know like where to start and how to start. Could someone please help me out like what i need to do to learn them. As i said i'm very much new to these concepts.
    Thanks in advance

    Hello,
    if buying abook is an option for you and you are speaking german I would advise you to get
    Perry Pakull, Stefan Jüssen, Walter H. Müller:
    "Praktische Anwendungsentwicklung mit Oracle Forms", HANSER Verlag ISBN-10: 3-446-41098-8. Have a look at
    [http://www.hanser.de/buch.asp?isbn=978-3-446-41098-5&area=Computer|http://www.hanser.de/buch.asp?isbn=978-3-446-41098-5&area=Computer]
    Regards
    Mario

  • 2 questions - I have downloaded the PDF Reader - Annotate, Scan , Fill Forms and Take Notes app to m

    When I fill out a form within this app and email it out the recipient receives a blank form, I looked in the manual and it says make sure you complete the saving process, but cannot seem to figure that part out.
    Also, these are forms I will be using on a daily basis and do not want to make permanent changes to the form, is this possible? Or will I need to create several copies of the form?
    Please help, as this is time sensitive subject.

    Can you please tell us what the recipient is using to view the PDF? Many viewers don't support viewing filled PDF forms and the recipient will need to use a PDF viewer like the Adobe Reader to view the form.
    You can make a copy of your form like this:
    In the file browser under Documents view, you should see an Edit button. Tap the edit button.
    Tap the file you want to copy
    Tap the duplicate/move button (two small documents at the bottom of the screen)
    Tap Duplicate
    That creates a duplicate copy of the document. You can then use the edit button to rename if you would like.

  • Urgent question on styling forms and best approach to building them in BC

    Hi I need some guidance on forms and adding the styling to them
    Thsi page I have created in reflow
    http://www.beadmanso…LS_LP/assets/spstudioslf1.html
    Here is the same page were I have added a BC Form
    http://www.beadmansolutions.co.uk/SPStudios_2LS_LP/assets/spstudioslf.html
    I need some advice to whether this can be styled and what is the best approach to go about this?
    Many thanks Chris

    hughanagle wrote:
    But I'm intrigued... Given that you're completely au fait with PHP/MySQL solutions, what prompted you to integrate a Wordpress blog on your own site when you could have built one for yourself quickly and easily?
    Several reasons:
    I originally installed it in 2006, because I wanted to find out what all the fuss about WordPress was about.
    I wanted to learn how to integrate a WordPress theme with the CSS for the rest of my site, so they would have an integrated look.
    I don't blog very often (only six times so far this year).
    The commenting and moderation system is very well organized. I didn't see much point in reinventing the wheel.
    It's only a small section of my site. Most other pages aren't database-driven, but they do use a lot of PHP includes and conditional logic.
    Why would any of us mortals bother building PHP/MySql blogs if guys as adept as you are using Wordpress?
    If you want a blog, WordPress presents you with a ready-made solution that's very easy to set up. What's not so easy is modifying and styling it. That's where a good knowledge of PHP and CSS are essential. Also, I'd say that WordPress is not suitable for a lot of sites. That's why I don't use it for the other parts of my site.

  • Embeded forms and form responses. Several questions

    I am trying to set up some forms for our clients to fill out so that they can pass on some project specifications to us. I have not set up the web side of things but essentially I want clients to log into our website and be redirected to a their specific client page. The client page should show the existing form responses. Below the responses will be a link for "New Project". This link takes them to an embedded "New Project" form. Once they fill out the form and click submit they will recieve the stadard thank you and an email with the info that they included. I will also recieve an email with the info that they submitted. They will be redirected to their specific client page showing the responses inlcuding the newest one.
    Would this work? It all makes sense to me except the part where they are essentially submitting the same form over and over again. Will there be a conflict?
    Would it be possible for them to edit a response and provide new ones?

    Hi,
    >> It all makes sense to me except the part where they are essentially submitting the same form over and over again. Will there be a conflict?
    There should be no conflict submitting the form over and over by single or multiple respondents.
    >> Would it be possible for them to edit a response and provide new ones?
    Will you provide more details on this workflow, how would your client edit the response?
    >>The client page should show the existing form responses. Below the responses will be a link for "New Project". This link takes >>them to an embedded "New Project" form. Once they fill out the form and click submit
    I believe the "show the existing form responses" is one form and the "New Project embedded form is another form, correct?
    You should be able to publish the responses for the existing form and for the "New Project" embedded form.
    Thanks,
    Lucia

Maybe you are looking for