IWEB: Creating Membership Forms

Need help with creating membership forms on my site. I also wanted to have the members listed on the site, something like Facebook for example.
Any help deeply appreciated.
Many thanks

To add custom HTML to iWeb 1.x sites, see Chapter 2 HERE. Or consider using the free, web-based Ning as a "front-end" to your iWeb site — it offers _membership features_.

Similar Messages

  • I want to create a form in IWeb can you help?

    I need to create a form page in Iweb on my website for visitors to complete and submit back to me.
    A Club membership application form.
    Anyone able to help??

    There are online form sites that you can use like JotForm, Wufoo, etc.  Jotform creates some very nice looking forms which you can embed into an iWeb page.  The free package gives you 100 submissions per month and 10 SSL secure submissions per month.  Over those numbers you will need to pay a monthly fee. 
    Here are examples of Jotform and Wufoo forms: Embedding Forms
    Or you can create your own Form Action form which uses the visitor's own email client to send the information. This is not best integrated method to obtain the information.   An example of this type of form is also on the page linked to above.
    OT

  • *** Creating a form in iWeb?

    I'm redoing my website using iWeb but would like to add a page with a form for clients to fill out (including drop down menus, radio buttons, etc.). So far I've been using RapidWeaver to do this, but I find it clunky and I'm not designing my entire site in RapidWeaver. If I create a form in RW and import or even link it in iWeb, then it won't look consistent. Is anyone familiar with any 3rd party app that can add these features to iWeb or is it just a limitation to the program?
    Thanks in advance!

    http://www.varkgirl.com/Varkgirl/Add%20forms.html
    Disclaimer: My website contains various ads, so if you click them while visiting my site, I will receive financial compensation, which I use for materials for my classroom.

  • I need to create a form on my website that viewers fill out and send to me on my iWeb created website. Is there a template or widget that can create fill-in forms?

    I need to create a form that viewers can fill-in and send back to me from my website.  I created the website in iWeb and would like a template or theme that has the form creator included.  It there a widget?  Sorry, I'm a novice.

    If you want to raise your web design skill level above that of the average iWeb user, you can try creating your own. The actual form layout is fairly easy if you use CSS to style it since the amount of HTML is minimal now that table layouts are a thing of the past.
    Here's some examples of forms created in iWeb...
    http://www.iwebformusicians.com/iweb-snippets/form.html
    The formmail.php script is probably the hardest part to get your head around and the example provided in the download on the above page uses a very simple one along with a formmail-thank.php.
    http://www.iwebformusicians.com/iweb-snippets/form.html
    Nowadays we need to consider mobile device users more and more so forms need to have the special inputs required to launch the various types of keyboard on these devices.
    Here's an example of a form which responds to browser/device width. On mobile devices, the
    jQuery UI Datepicker disappears to be replaced by the mobile version.
    For those of you who don't have a mobile device to test it on, this page also has illustrations of the various keyboard types and the alternative date pickers...
    http://ezmacwebdesign.com/Demo/Responsive-Form-Inputs/datepicker-form.html

  • Membership form is creating row in database but no information is being inserted?

    The connection is being made to my database but the information in the fields isn't being written to the fields. It just shows up like this:
    This is the code
    Membershipval.php (connection to the database)
    <?php
    define('DB_NAME','db444290179');
    define('DB_USER','dbo444290179');
    define('DB_PASSWORD','hello123');
    define('DB_HOST','db444290179.db.1and1.com');
    define('DB_TABLE','Membership');
    $link = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_TABLE);
    if (!$link){
              die ('Could not connect: ' . mysql_error());
    $db_selected = mysql_select_db(DB_NAME, $link);
    if (!$db_selected) {
              die('can\'t use' . DB_NAME . ': ' . mysql_error());
    $value1 = $_POST['MembershipType'];
    $value2 = $_POST['BCUMemberType'];
    $value3 = $_POST['Full Name'];
    $value4 = $_POST['Dateofbirth'];
    $value5 = $_POST['Sex'];
    $value6 = $_POST['PhoneNumber'];
    $value7 = $_POST['EmailAddress'];
    $value8 = $_POST['BCUNumber'];
    $value9 = $_POST['BCUMember'];
    $value10 = $_POST['StreetAddress'];
    $value11 = $_POST['Town'];
    $value12 = $_POST['City'];
    $value13 = $_POST['Postcode'];
    $value14 = $_POST['Disability'];
    $value15 = $_POST['MedicalInformation'];
    $value16 = $_POST['Photography'];
    $value17 = $_POST['ContactName'];
    $value18 = $_POST['Relationship'];
    $value19= $_POST['ContactPhoneNumber'];
    echo 'connected successfully';
    $sql = "INSERT INTO Membership (MembershipType, BCUMemberType, FullName, Dateofbirth, Sex, PhoneNumber, EmailAddress, BCUNumber, BCUMember, StreetAddress, Town, City, Postcode, Disability, MedicalInformation, Photography, ContactName, Relationship, ContactPhoneNumber) VALUES ('$value1', '$value2', '$value3', '$value4', '$value5', '$value6', '$value7', '$value8', '$value9', '$value10', '$value11', '$value12', '$value13', '$value14', '$value15', '$value16', '$value17', '$value18','$value19')";
    if (!mysql_query($sql)){
              die('Error: ' . mysql_error());
    mysql_close();
    ?>
    Membership.php (the form)
    <div class="Form" id="Form" align="center">
        <table width="547" height="768" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th colspan="2" scope="col">Membership Form</th>
          </tr>
          <tr>
            <td align="center"><form name="form13" method="post" action="Membershipval.php">
              <label for="MembershipType">Non BCU-Membership Type</label>
            </form></td>
            <td align="center"><select name="MembershipType" id="MembershipType">
              <option>Select....</option>
              <option value="£15">Junior (U18)/ Student £15</option>
              <option value="£22">Adult £22</option>
              <option value="£35">Family £35</option>
              <option value="£45">Schools/Groups/Clubs £45</option>
            </select></td>
          </tr>
          <tr>
            <td align="center"><form name="form14" method="post" action="Membershipval.php">
              <label for="BCUMemberType">BCU Member Type</label>
            </form></td>
            <td align="center"><select name="BCUMemberType" id="BCUMemberType">
              <option>Select....</option>
              <option value="£13">Junior (U18)/ Student £13</option>
              <option value="£20">Adult £20</option>
              <option value="£31">Family £31</option>
              <option value="£5">Social Members Only £5</option>
            </select></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><b>Personal Information</b></td>
          </tr>
          <tr>
            <td><form name="form2" method="post" action="Membershipval.php">
              <label for="Full Name">Full Name</label>
            </form></td>
            <td><input type="text" name="FullName" id="FullName"></td>
          </tr>
          <tr>
            <td><form name="form3" method="post" action="Membershipval.php">
              <label for="Dateofbirth">D.O.B</label>
            </form></td>
            <td><input type="text" name="Dateofbirth" id="Dateofbirth"></td>
          </tr>
          <tr>
            <td><form name="form12" method="post" action="Membershipval.php">
              Sex
            </form></td>
            <td><table width="200">
              <tr>
                <td><label>
                  <input type="radio" name="Sex" value="Male" id="Sex_0">
                  Male</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="Sex" value="Female" id="Sex_1">
                  Female</label></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><form name="form6" method="post" action="Membershipval.php">
              <label for="PhoneNumber">Phone Number</label>
            </form></td>
            <td><input type="text" name="PhoneNumber" id="PhoneNumber"></td>
          </tr>
          <tr>
            <td><form name="form7" method="post" action="Membershipval.php">
              <label for="Email Address">Email Address</label>
            </form></td>
            <td><input type="text" name="EmailAddress" id="Email Address"></td>
          </tr>
          <tr>
            <td><form name="form4" method="post" action="Membershipval.php">
              BCU Member
            </form></td>
            <td><table width="200">
              <tr>
                <td><label>
                  <input type="radio" name="BCUMember" value="Yes" id="BCUMember_0">
                  Yes</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="BCUMember" value="No" id="BCUMember_1">
                  No</label></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><form name="form5" method="post" action="Membershipval.php">
              <label for="BCU Number">BCU Number</label>
            </form></td>
            <td><input type="text" name="BCUNumber" id="BCU Number"></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><b>Address</b></td>
          </tr>
          <tr>
            <td><form name="form8" method="post" action="Membershipval.php">
              <label for="Street Address">Street Address</label>
            </form></td>
            <td><input type="text" name="StreetAddress" id="Street Address"></td>
          </tr>
          <tr>
            <td><form name="form9" method="post" action="Membershipval.php">
              <label for="Town">Town</label>
            </form></td>
            <td><input type="text" name="Town" id="Town"></td>
          </tr>
          <tr>
            <td><form name="form10" method="post" action="Membershipval.php">
              <label for="City">City</label>
            </form></td>
            <td><input type="text" name="City" id="City"></td>
          </tr>
          <tr>
            <td><form name="form11" method="post" action="Membershipval.php">
              <label for="Postcode">Postcode</label>
            </form></td>
            <td><input type="text" name="Postcode" id="Postcode"></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><b>Medical Information</b></td>
          </tr>
          <tr>
            <td><form name="form15" method="post" action="Membershipval.php">
              <label for="Disability">Disability</label>
            </form></td>
            <td><input type="text" name="Disability" id="Disability"></td>
          </tr>
          <tr>
            <td><form name="form16" method="post" action="Membershipval.php">
              <label for="Medical Information">Medical Information</label>
            </form></td>
            <td rowspan="3"><textarea name="MedicalInformation" id="Medical Information" cols="45" rows="5"></textarea></td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td colspan="2" align="center"><b>Consent</b></td>
          </tr>
          <tr>
            <td><form name="form17" method="post" action="Membershipval.php">
              Do we have your consent to take photographs
            </form></td>
            <td><table width="200">
              <tr>
                <td><label>
                  <input type="radio" name="Photography" value="Yes" id="Photography_0">
                  Yes</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="Photography" value="No" id="Photography_1">
                  No</label></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><b>Emergency Contact Details</b></td>
          </tr>
          <tr>
            <td><form name="form18" method="post" action="Membershipval.php">
              <label for="Contact Name">Contact Name</label>
            </form></td>
            <td><input type="text" name="ContactName" id="Contact Name"></td>
          </tr>
          <tr>
            <td><form name="form19" method="post" action="Membershipval.php">
              <label for="Relationship">Relationship</label>
            </form></td>
            <td><input type="text" name="Relationship" id="Relationship"></td>
          </tr>
          <tr>
            <td><form name="form20" method="post" action="Membershipval.php">
              <label for="ContactPhoneNumber">Contact Phone Number</label>
            </form></td>
            <td><input type="text" name="ContactPhoneNumber" id="Contact Phone Number"></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><b>Confimation</b></td>
          </tr>
          <tr>
            <td colspan="2"><form name="form21" method="post" action="Membershipval.php">
              <input type="checkbox" name="Terms" id="Terms">
              <label for="Terms">I accept the Terms and Conditions </label>
            </form></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><form name="form22" method="post" action="Membershipval.php">
              <input type="submit" name="Submit" id="Submit" value="Submit">
            </form></td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
        </table>
    Does anyone have any ideas why this is happening?

    Everyone has to start, somewhere.  I got a lot of help when I started.  Just paying it forward. 
    Glad I could help.
    ^_^

  • Membership forms

    Is there a way i can create a membership form so i can restrict customers access to my site unless they are members, i want to migrate my site to a HTML5 version and the new version doe not support the current membership widget. ithe problem is some of my customers use tablets to view the site and are not able to log in as it is flash driven. can i create a form that will run on my site (moonfruit template) so i can review my customers before i allwo them acces to the company product catalogues?

    FormsCentral does not support password authentication for form fillers. This would need to be implemented by your host site.

  • Cannot load iweb created website onto iphone.

    Cannot load iweb created website with iphone. I have tried with 2 iphones and they couldnt load the page. I also have tried with windows 7 internet explorer, safari and in Leopard also, they'dd all work.
    All I get from my iphone is : Safari could not open the page because the server has stopped responding.

    I think I found your problem Safari on the iPhone does not like "framesets"
    Safari on iPhone does not support:
    Events: mouseover and mouseout, including :hover styles and tool tips, (but it does support onclick and event listeners). Safari on the iPhone does not support the document events of onkeydown, onkeypress and onkeyup, the form-field events of ondblclick, onmouseenter, onmouseleave, onmousemove, and onSelect, and the window events of onresize and onScroll. This is not an exhaustive list, so test your event handlers before listening to me.
    window.showModalDialog()
    Plug-ins: Flash or Java, and plug-in installations. Do not ask users to download Flash.
    File-size: Non-streaming files of over 10MB. CSS, JavaScript and HTML files are limited to 10MB per file. JavaScript is limited to 5 seconds of execution time. Safari for the iPhone does support gzip compression, so compress!
    The iPhone does not support gifs, png or tiffs over 8 MB and jpgs over 128 MB (but does support larger streaming media files).
    You can use iFrames, but avoid framesets.

  • Membership form

    I have created a membership form where people can sign up.
    They have to choose their own username and password. If the
    username has already been used, I want the page to reappear after
    it has been submitted saying that the username has alrerady been
    chosen please choose a different one. How can I do this please help
    Abs55

    Have you tried the 'Check new user name' behavior?

  • I am trying to create a form in acrobat pro 8 and it can't be filled in in reader 9

    When I open the form in reader, it says it is a pdf/a file.and the form fields do not show up unless I go to edit/preferences in reader and tell it to never view documents in pfd/a mode.  I am putting this document on my website for users to fill out, and don't want them to have to do that.  How do I create the form that is not a pdf/a document?  I have been messing around with this for a day and have not been successfull.  I have an old document from last year that apparently is not a pdf/a document and it works fine.  I cannot make this year's document open correctly in reader 9.  http://www.houseofsweden.us/docs/DecNightsSignUps2009.pdf  This is a very simple form created from a word document.

    When originally creating the pdf, you would need to choose another pdf conversion setting. In Word if you use the pdf menu, change your settings there: Adobe PDF > Change Conversion Settings. I would use High Quality Print instead. If you use the File > Print method, click the Properties button next to the Adobe PDF printer selection.
    For your already created form, you can change the file so your users will not encounter issues. In Acrobat 9, which hopefully is similar in process to 8: Advanced > Preflight > Profile tab > PDF/A compliance > Remove PDF/A information.(You'll have to unsecure your form first).
    You can read about PDF/A files in the Help.

  • Error when create adobe form

    Hi,
    When i created adobe form, i found an error :
    Could not start Layout Designer (see long text)
    Message no. FPUIFB086
    Diagnosis
    The forms design tool for developing the form layout could not be started; either it is not installed or there are errors in the installation.
    Procedure
    Make sure that you have the forms design tool installed on your desktop (the tool is part of the SAPGUI installation).
    Also read SAP Note 801524.
    In my computer Adobe Life Cycle Designer 8.0 installed, why it happen?
    Please help me.
    Thank you.
    regards,
    Ferry

    Good to know  — there is no such application as "Adobe XI".
    "Adobe" is the name of the company.
    "XI" is indicative of the use of either Acrobat XI or Reader XI.
    Neither Acrobat XI Pro (for which Adobe provides a free, fully functional 30-day trial) nor Adobe Reader XI (the free to download and use PDF viewer that Adobe provides) have  an "Export PDF" entry under "File".
    "Export PDF" only is present in Adobe Reader XI over on the right on the "Tools" panel.
    The "Tools" panel provides a way for a user of Adobe Reader XI to connect to various By Subscription online services (gotta pay eh).
    Export PDF is one of these. A subscription lets you send a PDF file to the online internet service (aka "cloud" service). The service then exports to a supported file format (Word / Excel / ...) and the user selects / directs where the output file is to be saved on the user's local machine.
    Of course to use any of the online subscription services one must have an active (paid up in full) subscription to the service.
    So ---- As described the puzzle pieces don't fit eh.
    What specific Adobe (the company) applications are you using?
    Acrobat XI Pro? Adobe Reader XI? Both? 
    Be well....

  • I created a form, I want the email notices to go to several people. Why is this so difficult? It seems like they have to be a co-author/reader or something? I don't get it

    I created a form, I want the email notices to go to several people. Why is this so difficult? It seems like they have to be a co-author/reader or something? I don't get it

    This is crazy! I paid for this service to make it easier to create forms for a company that has had several acquisitions all over the globe. This was supposed to make it easy to create forms hosted on adobe so no matter what happens on all their servers, we would be safe using this forms service until we can integrate all acquisitions and build a permanent web site on a single server. Now I find out that even this is a major issue sending emails to team members, many I have never met so making them a collaborator or even setting up forwarded emails is not something I wanted to do. This service was advertised as simple and easily send notifications to many people. I am now frustrated and thinking this was a waste of money! Why is it like that?

  • On a tabbed panel, I am trying to create a form, but...

    On a tabbed panel I am trying to create a form, but I am having a couple of issues.
    The coding on my form is yellow - I can't figure out what is wrong. Also, I can't see the tab on the browser, only in live view. I haven't loaded it to my site as I haven't finished it yet. I don't want to go any further, until I solve the issues I have now. Any ideas?
    thanks,
    deb
            <form id="registrationForm" name="registrationform" method="post" action="">
              <fieldset>
                <legend>Contact Information</legend>
                <span id="sprytextfield1">
                  <label>Name <span class="inforequired">*</span><br />
                    <input type="text" name="name" id="name" />
                    <br />
                  </label>
                  <span class="textfieldRequiredMsg">value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield2">
                  <label for="businessname">(Business or Organization) Name<br />
                  </label>
                  <input type="text" name="businessname" id="businessname" />
                  <br />
                  <span class="textfieldRequiredMsg">value is required.</span></span> <span id="sprytextfield3">
                  <label for="address">Address <span class="inforequired">*</span><br />
                  </label>
                  <input type="text" name="address" id="address" />
                  <br />
                  <span class="textfieldRequiredMsg">value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield4">
                  <label for="email">City</label>
                  <span class="inforequired">*</span><br />
                  <input type="text" name="city id="city="city"" />
                  <br />
                  <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield5">
                  <label for="province">Province</label>
                  <span class="inforequired">*</span><br />
                  <input type="text" name="province" id="province" />
                  <br />
                  <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield6">
                  <label for="postalcode">Postal Code</label>
                  <span class="inforequired">*</span><br />
                  <input type="text" name="postalcode" id="postalcode" />
                  <br />
                  <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield7">
                  <label for="phone">Phone Number (including area code) <span class="inforequired">*</span><br />
                  </label>
                  <input type="text" name="phone" id="phone" />
                  <br />
                  <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield8">
                  <label for="fax">Fax Number</label>
    (including area code) <br />
    <input type="text" name="fax" id="fax" />
    <br />
    <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield9">
    <label for="email">Email Address <span class="inforequired">*</span><br />
    </label>
    <input type="text" name="email" id="email" />
    <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="spryconfirm1">
    <label for="emailconfirm"><br />
      Re-enter Email Address <span class="inforequired">*</span><br />
    </label>
    <input type="text" name="emailconfirm" id="emailconfirm" />
    <span class="confirmRequiredMsg">A value is required.</span><span class="confirmInvalidMsg">The values don't match.</span></span>
    <p> My Interest in the Ability Axis Employment Expo is as a </p>
    <p><span id="spryradio1">
      <label>
        <input type="radio" name="RadioGroup1" value="business" id="RadioGroup1_0" />
        Business/Employer</label>
      <br />
      <label>
        <input type="radio" name="RadioGroup1" value="nonprofit" id="RadioGroup1_1" />
        Non-Profit/Service Organizatin</label>
      <br />
      <label>
        <input type="radio" name="RadioGroup1" value="jobseeker" id="RadioGroup1_2" />
        Job Seeker</label>
      <br />
      <label>
        <input type="radio" name="RadioGroup1" value="other)" id="RadioGroup1_3" />
        Other (please specify below)</label>
      <br />
      </span><br />
      <span id="sprytextarea1">
      <label for="contactcomments"> Comments or other information</label>
      <br />
      <textarea name="contactcomments" id="contactcomments" cols="45" rows="5"></textarea>
    </span> </p>
    </fieldset>
              <p></p>
              <fieldset>
                <legend>Booth Options</legend>
                <span id="spryselect1">
                  <label for="premierearlybird">Premiere (10 X 10)  until April 21 $375</label>
                  <span class="earlybirdpricing">Early Bird Pricing</span><br />
                  <select name="premierearlybird" id="premierearlybird">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">lease select an item.</span></span> <span id="spryselect2">
                  <label for="premierereg">Premiere (10 x 10) after April 21 $425</label>
                  <br />
                  <select name="premierereg" id="premierereg">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect3">
                  <label for="premierenpearlybird">Premiere Non-Profit (10 X 10) until April 21 $325 <span class="earlybirdpricing">Early Bird Pricing</span><br />
                  </label>
                  <select name="premierenpearlybird" id="premierenpearlybird">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect4">
                  <label for="premierenp">Premiere Non-Profit (10 X 10) after April 21 $375</label>
                  <br />
                  <select name="premierenp" id="premierenp">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect5">
                  <label for="standardregearlybird">Standard (8  X 10)  until April 21 $250 <span class="earlybirdpricing">Early Bird Pricing</span><br />
                  </label>
                  <select name="standardregearlybird" id="standardregearlybird">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect6">
                  <label for="standardreg">Standard (8 X 10)  after April 21 $300</label>
                  <br />
                  <select name="standardreg" id="standardreg">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect7">
                  <label for="standardnpearlybird">Standard Non-Profit (8 X 10)  until April 21 $200</label>
                  <span class="earlybirdpricing">Early Bird Pricing</span><br />
                  <select name="standardnpearlybird" id="standardnpearlybird">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect8">
                  <label for="standardnp">Standard Non-Profit (8 X 10) after April 21 $250<br />
                  </label>
                  <select name="standardnp" id="standardnp">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3 - please enter details in the comments box below</option>
                  </select>
                  <span class="selectRequiredMsg">Please select an item.</span></span>
    </fieldset>
              <br />
              <fieldset>
                <legend>Breakfast Tickets</legend>
                <span id="spryselect10">
                  <label for="breakfast1-5">Breakfast Tickets $40 each (up to 5 tickets)</label>
                  <br />
                  <select name="breakfast1-5" id="breakfast1-5">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect11">
                  <label for="breakfast+5">Breakfast Tickets $35.00 each (more than 5 tickets)</label>
                  <br />
                  <select name="breakfast+5" id="breakfast+5">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="5">5</option>
                    <option value="6">6</option>
                    <option value="7">7</option>
                    <option value="8">8</option>
                    <option value="9">9</option>
                    <option value="10">10</option>
                    <option value="10+">more than 10 (please comment below)</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="spryselect12">
                  <label for="breakfasttable">Breakfast Tickets $400 each (table of 8 plus two event hosts)<br />
                  </label>
                  <select name="breakfasttable" id="breakfasttable">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="3+">More than 3</option>
                  </select>
                  <br />
                  <br />
                  <span class="selectRequiredMsg">Please select an item.</span></span> <span id="sprytextarea2">
                  <label for="breakfastticketscomment">Additional Information about Breakfast Tickets</label>
                  <span class="textareaRequiredMsg">A value is required.</span></span>
    </fieldset>
              <br />
              <fieldset>
                <legend>Seminar Tickets</legend>
                <p>Shayn Anderson, author of Taking Pride in That Which Sets US Apart, will host a one hour seminar at 11:00 am. </p>
                <p>
                  <label for="shayn11amreg">Shayn Anderson Seminar tickets $40 each</label>
                  <br />
                  <select name="shayn11amreg" id="shayn11amreg">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                    <option value="6">6</option>
                    <option value="7">7</option>
                    <option value="8">8</option>
                    <option value="9">9</option>
                    <option value="10">10</option>
                    <option value="10+">more than 10</option>
                  </select>
                  <span class="selectRequiredMsg">Please select an item.</span></p>
                <p>
                  <label for="shayn11amnp">Shayn Anderson Seminar tickets (Non-Profit) $30 each</label>
                  <br />
                  <select name="shayn11amnp" id="shayn11amnp">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                    <option value="6">6</option>
                    <option value="7">7</option>
                    <option value="8">8</option>
                    <option value="9">9</option>
                    <option value="10">10</option>
                    <option value="10+">more than 10</option>
                  </select>
                  <span class="selectRequiredMsg">Please select an item.</span></p>
                <p>Denise Bissonnette will do a seminar presentation at 1:00 pm on the topic Being True to the Dream of Diversity. Denise's presentation will run approximately 1.5 hours. </p>
                <p>
                  <label for="denise1pmreg">Denise Bissonnette Seminar tickets $50</label>
                  each <br />
                  <select name="denise1pmreg" id="denise1pmreg">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                    <option value="6">6</option>
                    <option value="7">7</option>
                    <option value="8">8</option>
                    <option value="9">9</option>
                    <option value="10">10</option>
                    <option value="10+">more than 10</option>
                  </select>
                  <span class="selectRequiredMsg">Please select an item.</span></p>
                <p>
                  <label for="denise1pmnp">Denise Bissonnette Seminar tickets (Non-Profit) $40 each<br />
                  </label>
                  <select name="denise1pmnp" id="denise1pmnp">
                    <option value="0" selected="selected">Please Choose</option>
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                    <option value="6">6</option>
                    <option value="7">7</option>
                    <option value="8">8</option>
                    <option value="9">9</option>
                    <option value="10">10</option>
                    <option value="10+">more than 10</option>
                  </select>
                  <span class="selectRequiredMsg">Please select an item.</span></p>
                <p><span id="sprytextarea3">
                  <label for="seminarcomments">Other Information About Seminar Tickets</label>
                  <textarea name="seminarcomments" id="seminarcomments" cols="45" rows="5"></textarea>
                </span></p>
    </fieldset>
              <br />
              <fieldset>
                <legend>Processing Information</legend>
                <span id="spryradio2">
                  <label>
                    <input type="radio" name="RadioGroup2" value="invoice" id="RadioGroup2_0" />
                    Please invoice me</label>
                  <br />
                  <label>
                    <input type="radio" name="RadioGroup2" value="printmail" id="RadioGroup2_1" />
                    I will print and mail my form with my payment</label>
                  <br />
                  <label>
                    <input type="radio" name="RadioGroup2" value="emailcreditcard" id="RadioGroup2_2" />
                    I will submit my information and provide my credit card information</label>
                  in the box below <br />
      <label>
        <input type="radio" name="RadioGroup2" value="other" id="RadioGroup2_3" />
        Other - I will provide full details below<br />
      </label>
                </span><span id="sprytextarea4"><span id="sprytextarea5">
                <label for="processingcomments"><br />
                  Further Information for Processing Registration</label>
                <textarea name="textarea1" id="textarea1" cols="45" rows="5"></textarea>
                <span class="textareaRequiredMsg">A value is required.</span></span></span> <span id="sprytextarea6"> <span class="textareaRequiredMsg">A value is required.</span></span>
    </fieldset>
              <p>
                <input name="submit" type="submit" class="buttons" id="submit" value="Submit Information" />
                <input name="reset" type="reset" class="buttons" id="reset" value="Reset Form" />
              </p>
            </form>

    Gramps, you are always coming to my rescue.
    Okay, I loaded the page under a different name http://abilityaxis.com/test.html. Viewing the source code doesn't show the yellow.
    For demonstration purposes I copied a small amount of the text and changed the colour of what is yellow in Dreamweaver to this pinkish colour (I tried yellow but you couldn't read it)
              <form id="registrationForm" name="registrationForm1" method="post" action="">
                <fieldset>
                  <legend>Contact Information</legend>
                  <span id="sprytextfield1">
                    <label>Name <span class="inforequired">*</span><br />
                      <input type="text" name="name" id="name" />
                      <br />
                   </label>
                    <span class="textfieldRequiredMsg">value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield2">
                     <label for="businessname">(Business or Organization) Name<br />
                      </label>
                      <input type="text" name="businessname" id="businessname" />
    It basically goes all the way through the form.
    Any advice?
    thanks,
    deb

  • I am trying to create a Form that will act as a list.  I want to import data into the form from exce

    My table has a list of names with product information in corresponding columns.  I want to create a form that I can import this into where every row makes a new part of the form list I create.  Is this possible?
    Example of what I have in excel:
    Name
    Product 1
    Product 2
    Product 3
    Total
    a
    1
    2
    3
    6
    b
    0
    3
    4
    7
    c
    1
    3
    4
    8
    d
    1
    3
    5
    9
    Example of what I want in Form:
    Customer a    1     2     3     6
    Customer b    0     3     4     7
    etc.
    I want to put this info into a form to make it more presentable.  Can anyone help me with this?

    Look at the Import/Export form data functionalities already built-in into Acrobat.

  • I want to create a form in Acrobat XI Pro, but if I try to do a new form, it opens Forms Central.

    I don't want to create a form in this application since it is going away.  How do I get around that?  Is there some way to turn off that option so I can create the form directly in Acrobat Pro? !

    Thanks!  That will help.  I didn't want to start to recreate this form in another app.  It is one I created in Live Design before we upgraded and I lost that app.  Now I cannot edit the form anymore so I need to start over.  This way I can just re-create what I already had.

  • Create a Form in Acrobat Standard that can be filled out AND SIGNED using Free Reader

    I am tasked with creating forms that can be read, filled out and signed and submitted electronically by users that have only the reader software. I am using Acrobat 5 standard. I have not yet found a way to successfully create a form field that would allow users to insert a signature of some sort. This signature does not have to be encrypted, or use the digital signature system Adobe Acrobat has where you create a profile, log in, etc. It could be as simple as the ability to insert a jpeg or other image of their handwritten signature. This is to avoid having to have them fill it out, and then print it and fax or scan it in. It would be great if they could fill it out and then just save it and email it. How would I do this, or is it even possible?
    Thanks,
    JOhn

    With AA5, there is no capability to submit a signature - even electronic. You can create a form that can be filled out, signed in the sense of adding a name and date, and submit to a web site.
    Insertion of images is not part of forms with AA5, but I think has become possible recently. Even so, they reader would also have to be compatible with the feature to be able to use it. If the typing of the name and the date would do, then you can add those fields - sort of the limit with AA5.
    With AA5, they can not save the form with the data. They can submit the data as an FDF file to a web site. If you have control of the client machines, then you can consider e-mail since those issues can be worked out locally. Without control of the clients (like a general form on the web), don't bother with e-mail since there will always be some that have problems.

Maybe you are looking for

  • Black screen of death after warning "Disk 1 has the same disk identifiers as one or more disks connected to the system. "

    Hi, I am having the same problem / event warning, only one second after the warning occurs, I face a black screen of death leaving me with no other option than to switch off and reboot. After reboot I can work for some time but as far as I can see th

  • Task Progress in Self Service or Web Based Model

    Hi, If we have "Physical Percent Complete Rollup Method as Cost" then how the system will update the Progress Information. I mean, do we need to run any concurrent program or any other process to update the Progress Information in the Self Service Mo

  • CD won't Burn

    Every time I try to burn a CD, iTunes goes non-responsive and I have to cntrl-alt-delete out of the program. Anyone else have this problem?

  • Vendor Partner Bank type -F110

    Hi, When we process F110, even though  Vendor Partner Bank type(BVTYP) is blank. The item is not showing as exception in the proposal list. Is there anyway we can show the item as exception when this field is blank. Thanks in advance GB

  • HT201317 iCloud photo library (beta)

    Hi ive just purchased a 200gb i-cloud package for the purpose of backing my photos up in the cloud and freeing up space on my iPhone, Only thing is when i delete my photos on my phone it also deletes from the cloud too. Whats the point of that? I kno