Completing a form

Hi there
I am trying to finish of a flashform.
Basically what I am trying to do is the following - but a
little unsure of how it is done.
Basically I want to include a question with radio buttons Yes
and No as the possible answers. If Yes is selected then I will
display text box which is to be filled in.
If No is selected then the user will just continue on.
Also how to I make it so that the user MUST complete either
Yes or No.
I have the form which can be viewed at
http://www.drzacharia.com.au/vcflashform.cfm
The code that I have for Step 3 is as follows is
<cfformgroup type="horizontal">
<cfformitem type="text" width="200">Have you had
previous surgery?</cfformitem>
<cfinput onclick="#enable_previous_surgery_validation#"
type="radio" label="Yes" name="previous_surgery" value="Yes"
required message="Please select if you have previously had cosmetic
surgery">
<cfinput onclick="#disable_previous_surgery_validation#"
type="radio" label="No" name="Previous_surgery" value="No">
<cfformitem type="text" width="200">If you have
previously had cosmetic surgery please let us know what procedure
you had performed</cfformitem>
</cfformgroup>
<cfformgroup type="horizontal">
<cfformitem type="text" width="200">If YES please
elaborate, if NO please enter N/A</cfformitem>
<cfinput type="text" name="elaboration" required="yes"
size="25" maxlength="25" height="100"
validateat="onsubmit,onServer">
</cfformgroup>
Thanks in advance for assistance

I think you could make it simpler. You could start with
cfformgroups like
<cfform action="#cgi.script_name#" method="post"
format="Flash">
<cfformgroup type="horizontal">
<cfformitem type="html" width="200"><p>Have you
previously had cosmetic surgery?</cfformitem>
<cfinput type="radio" label="Yes" name="previous_surgery"
value="Yes" required="yes" message="Please select if you have
previously had cosmetic surgery">
<cfinput type="radio" label="No" name="previous_surgery"
value="No">
</cfformgroup>
<cfformgroup type="horizontal">
<cfformitem type="html" width="200"><p>If NO,
please enter N/A. If YES, please elaborate, letting us know what
procedure you had performed. </cfformitem>
<cfinput type="text" name="elaboration" required="yes"
size="25" maxlength="25" height="100"
validateat="onsubmit,onServer" message="Please tell us at least
what surgery you had.">
</cfformgroup>
<cfinput type="Submit" name="sbmt" value="Submit">
</cfform>

Similar Messages

  • Can multiple users complete a form on a company server concurrently?

    I would like to be able to create forms and distribute them via SharePoint but allow multiple users to complete the forms at the same time.  Is this possible or can a form only be completed by a single individual at a time?

    How were you planning to submit/process the form data? Most methods would be fine because they do not touch the original, which can have unlimited read-only copies.

  • Once completed the form, is it possible to receive the confirmation e-mail with a link addressing to a html archive?

    Once completed the form, is it possible to receive the confirmation e-mail with a link addressing to a html archive?

    I don't know if it is the best solution but you could filter the results to just that client's answers on the summary tab and then PDF that.

  • Hi I have trouble returning a completed PDF form to sender - it looses my filled in info - how do I solve this?

    Hi I have trouble returning a completed PDF form to sender - it looses my filled in info - how do I solve this?

    Are there any dialog boxes popping up behind your Yahoo screen?
    I have intermittent problems attaching files in Yahoo mail and this is usually the reason.  I'm also using an iMac (10.7.3) and this is likely the problem.
    It is generally a Yahoo issue rather than a Mac problem.

  • I am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    i am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    brilliant
    google chrome works where safari doesn't on my macbook air.  many thanks
    i now have an embarrassing qu.  have dowloaded spider solitaire (sad!) and i can't add cards at the bottom of a column for the same reason - the display cuts short.  i have tried to extend it with the arrows in the bottom corners but it makes no difference.  any ideas?

  • Using ASP to email a completed Adobe form

    I'm not a programmer and could use some help. I've ran Form Field Recognition on a .pdf file to create an editable form. I can post this on my website with the intention of having people fill in the blanks and submit it. That's where I get lost.
    I'm with a host who supports .asp, but not much in CGI. They allow Perl, Python, PHP4, and PHP5 (whatever they are).
    Is there a simple way to have the form saved and sent as either an attachment or as a copy of the form as completed on to an email address? Other than ssending it, I really don't even need it saved or entered into a database. All I need is the copy sent to be complete and look like the original form instead of a string of data. It is being sent to an office where there is little computer experience and even less creative understanding of what they may look at for processing.
    With what little understanding I have, here's a flow chart.
    Visitor opens .pdf form -> visitor enters all data -> visitor clicks on "submit" button -> form is saved as a .pdf file -> .pdf file is sent to a prearranged email address.
    If someone can help by helping me understand this process and give me the line code I should include on my page to get the end .pdf file sent to [email address deleted by host], I'd appreciate it greatly.
    Thank you,
    Ken

    Here's an answer.
    I did more research and trial and error and ended up finding that by going through the form process the first part was to "Run Form Field Recognition"
    Next, I had to create and place a button on the page and turn it into a submit button (fairly easy).
    Next, I went into the parameters for "Distribute The Form".
    Once I loaded it on my website I found that completing the form and sending it went a blank form which the recipient was supposed to complete and sent back to me. So I tried an experiment. I figured the two form, the one on the web site and the one received were different somehow. I copied the received form to the website and used it in place of the original.
    Now when it sends the form, I end up getting a completed form with the information in place.
    There are still a few small details to work out, but it about done.

  • Can you email completed PDF form as attachment by clicking on hyperlink you create?

    Can you email completed PDF form as attachment by clicking on hyperlink you create?

    This is not something we currently support but you can add or vote on feature ideas:
    http://forums.adobe.com/community/formscentral?view=idea
    If you need to add a new idea click "Create an idea" under "Actions" in the top right.
    Thanks,
    Josh

  • Button to send filled out form as completed pdf form via email

    I have created a form that when filled out, should send the form by email to the recipient as a completed pdf form. It works with Adobe Acrobat but not Reader.
    Any Ideas?
    form can be found at:  http://www.lcyc.ca/images/stories/macman2012/macmanentry.pdf

    Check out:
    http://www.nk-inc.com/macmanentry.pdf
    Use your real name, and e-mail address in the PDF form fields, and recieve a customized email copy and response.
    The script will parse and merge the XDP submission, so there's no need to Reader Enable your forms.
    PDFEmail.net works in ASP.net web servers.
    Note: Do not submit sensitive information, this is just a demo. I may get a BCC of the form.
    For more info:
    http://www.pdfemail.net
    Feel free to contact me on my website:
    http://www.nk-inc.com/support/sales/

  • Displaying the current users information instead of the value of the person who completed the form in the first place.

    I found this fantatic post regarding querying the user profile service 
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx?pi47623=2#comments 
    However i have an issue whenever the form is opened again either to view or edit, it displays the current users information
    instead of the value of the person who completed the form in the first place.
    Please help me, I'm turning more grey each minute

    I think it is how the current user information is stored based on your logic.
    You might be quering current value again when loading the form (Form load Rule).
    you have to tweak your logic, after the user submits the form you can set the username to the one who saved it.
    or in form load, write a logic to see if the form was not saved before and then query the username( by using internal field like "formstatue")
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Problems printing a converted PDF which was converted to Word after completing the form

    Problems printing a converted PDF which was converted to Word after completing the form.  I have spent the last 3 hours trying to figure out what I am doing incorrectly.  I can't get it to print in either the PDF or Word file.  Please help, I need to complete this form and sent it NJ Department of Motor Vehicles Commission.

    Hi, make sure you are using the latest release of PDF program.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • My form was created by FormsCentral.  I save as a PDF and emailed it to all of my club members.  When they complete the form, save it, and email it back to me, I get a blank form. Why?

    My form was created by FormsCentral.  I save as a PDF and emailed it to all of my club members.  When they complete the form, save it, and email it back to me, I get a blank form. Why?

    If you had iCloud backup turned on, and it made a backup - yes.  If you didn't have iCloud backup turned on - but were using iCloud for Contacts, calendars, etc.  You will get the contacts and calendars, etc back.
    Purchases made with your appleID can be redownloaded as long as they are still available in the iTunes store.
    If you connected your phone to a computer with iTunes, there may be a backup on there as well.

  • How can you complete a form?

    I converted a PDF document to Word Document.  Our vendor sent a request form for Information needed from our company.  I could not complete the form to submit the information.
    I will have to print the form and fill out by hand.  Why can't I just type in the information? i could have just printed the PDF and completed the form.

    Hi lawsonbonet,
    I believe you may have some misconceptions about the capabilities of the ExportPDF service.  ExportPDF allows you to convert PDF files to Word documents that you can then edit.  This service will not convert make the PDF file into a fillable form.  You'll still be limited by the format structure of the content within Word.  To convert a PDF file into a fillable form, you'll want to look at Adobe Acrobat.
    If you ever need immediate support for your ExportPDF subscription, our support staff would be happy to assist!  Please visit: http://helpx.adobe.com/contact/
    Please let me know if you have any questions.
    -David

  • Completing PDF forms via web, but saving result on server

    Hi
    I've been asked to design a system, where individuals are sent a request to complete a templated PDF form with a number of available fields. They complete the form and submit.
    At this point I need to save the completed form on the application server behind the web server as PDF. This PDF is then shown to various individuals for authorising.
    For security, it's important that the PDF is not saved to the desktop.
    I'm fairly new to pdf toolset, so
    1. What is the best tool for authoring PDF templates where the ability print/save etc can be suppressed?
    2. Can the PDF template be sent back to the webserver to be saved?
    3. Do I need any other tool, plugins to achieve this?
    Thanks
    Graham

    I will be out of the office starting  03/01/2011 and will not return until
    03/06/2011.
    Please contact Todd Richardson at [email protected] or Adam Terlinden at
    [email protected] if you need immediate assistance.  Thanks
    Thanks

  • I have just overwritten important data, i.e. the names of those who completed the forms.  I need to restore but wasn't able to 'undo'. Please help

    I have just overwritten important data, i.e. the names of those who completed the forms.  I need to restore but wasn't able to 'undo'. Please help

    Hi,
    Unfortunately, it is not possible to retrieve the deleted data. If you have made the changes to the response and closed the response window; new data must have been saved automatically. In future, if you accidentally overwrite any data; please press ctrl+z to undo the change.
    Regards,
    Nakul

  • Complete InfoPath form without InfoPath external customer

    I have installed and setup SharePoint 2013 Enterprise and have been using InfoPath form libraries without any issues
    I need to create a form that our customers will complete but not all of our customers will have InfoPath installed.
    I tried to use the email form but did not show the form in Outlook, instead it just displayed the xml code
    My question is what is the best type of from to create and how to allow external customers to view and complete the form
    Thanks

    Hi,
    According to your description, my understanding is that you want users to create and view an InfoPath form when the computer doesn't install InfoPath application. Is it right?
    You can design the form using InfoPath in your computer, then publish the form to a SharePoint site. And when you publish, make sure you select "Enable this form to be filled out by using browser". Then after you publish it, users can create or
    view or edit the form using browser.
    More information, you can refer to the link:
    http://aryannava.com/2011/05/15/creating-form-in-infopath-2010-and-publishing-to-sharepoint-2010/
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Almost completed my form in iloveBandB, ID LOVE_8228, but arrived at Maps an error occurred. What can I do? Thanks

    Almost completed my form in iloveBandB, ID LOVE_8228, but arrived at Maps an error occurred. What can I do? Thanks

    Almost completed my form in iloveBandB, ID LOVE_8228, but arrived at Maps an error occurred. What can I do? Thanks

Maybe you are looking for