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

Similar Messages

  • When I startup Firefox, I always get "Welcome to Firefos" tab. I have tried to change mu options, but when I close Firefox, the options revert back to the origional options before I changed them. How do I correct thest problems??

    When I startup Firefox, I always get "Welcome to Firefos" tab. I have tried to change mu options, but when I close Firefox, the options revert back to the origional options before I changed them.

    Looks that your current profile isn't working properly.
    Create a new profile as a test to check if your current profile is causing the problems.
    See Basic Troubleshooting: Make a new profile:
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Trying to create a form

    Newbie here. I am trying to create a form and have the information emailed to me. When I hit the submit button, it opens my outlook email. I have searched online and looked @ videos and am sure I have everything correct. What am I not doing? Thanks in advance.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="shortcut icon" href="commonmedia/favicon" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en" />
    <meta name="description" content="Experience a call to joy! We encourage you to visit us and experience the difference Christ has made in our lives. " />
    <meta name="keywords" content="Missionary Baptist Church, African-American, Houston, Texas, Third Ward, Lilly Grove, Jesus, Christian, love, Salvation, God" />
    <title>Lilly Grove Missionary Baptist Church | Houston, Texas &gt; Vacation Bible School Registration</title>
    <script type="text/javascript"  src="popmenu.js"></script>
    <link rel="stylesheet" type="text/css" media="screen, print, projection"  href="prayer.css"></link>
    <style type="text/css">
    #apDiv1 {
              position:absolute;
              width:503px;
              height:188px;
              z-index:1;
              left: 845px;
              top: 313px;
    #apDiv2 {
              position:absolute;
              width:799px;
              height:1094px;
              z-index:2;
              left: 1px;
              top: 280px;
              font-family: "Trajan Pro";
              font-weight: bold;
              font-style: italic;
    #apDiv3 {
              position:absolute;
              width:811px;
              height:196px;
              z-index:3;
              left: 50px;
              top: 1206px;
    #apDiv4 {
              position:absolute;
              width:660px;
              height:268px;
              z-index:3;
              left: 799px;
              top: 515px;
              text-align: center;
    </style>
    </head>
    <body>
    <div  id="prayer">
      <div id="welcomeb"><a  href="index.php"  title="Welcome"></a></div>
      <div id="historyb"><a  href="history.php"  title="History"></a></div>
      <div id="leadershipb"><a  href="leadership.php"  title="Leadership"></a></div>
      <div id="ministriesb"><a  href="ministries.php"  title="Ministries"></a></div>
      <div id="eventsb"><a  href="events.php"  onclick="target='_blank';"  title="Events"></a></div>
      <div id="mediab"><a  href="http://www.streamingfaith.com/Lilly-Grove-Missionary-Baptist-Church/"  title="Media"></a></div>
      <div id="sermonsb"><a  href="sermons.php"  title="Sermons"></a></div>
      <div id="giveb"><a  href="give.php"  title="Give"></a></div>
      <div id="contactb"><a  href="contact.php"  title="Contact"></a></div>
      <div id="lillygroveb"><a  title="Lilly Grove"></a></div>
      <div id="visitusthissundayb"><a  title="Visit us this Sunday"></a></div>
      <div id="followuson"></div>
      <div id="facebookb"><a  href="http://tinyurl.com/lssyba"  onclick="target='_blank';"  title="Facebook"></a></div>
      <!--<div id="id110frame"></div>-->
      <div id="vbsbanner"></div>
      <!--<div id="prayerrequesttitle"></div>-->
      <div id="contactuspopup" class="PMcontactusb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="memberbereavementpopup" class="PMmemberbereavementb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="ministrymembershippopup" class="PMministrymembershipb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <!--<div id="id84prayerrequest"></div>-->
      <!--<div id="id85prayerrequest"></div>-->
      <div id="getdirectionspopup" class="PMgetdirectionsb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="churchdirectorypopup" class="PMchurchdirectoryb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="privacypolicypopup" class="PMprivacypolicyb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="sitemappopup" class="PMsitemapb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="getinformedtitle"></div>
      <div id="getinvolvedtitle"></div>
      <div id="getconnectedtitle"></div>
      <div id="getinformedtext" onmouseout="P2H_StartClock();" onmouseover="P2H_Menu('PMgetinformedtext', 0, 0);">
        <p><a href="http://tinyurl.com/kjsg5r"  onclick="target='_blank';">News &amp;
          Updates</a></p>
        <p><a href="media.php"  onclick="target='_blank';">Watch Broadcast</a></p>
    <p><a href="covenant.php">Read Covenant</a></p>
        <p><a href="facilities.php">Rent Facility</a></p>
        <p><a href="privacy.php">Read Privacy Policy</a></p>
        <p><a href="http://tinyurl.com/m7mdsy"  onclick="target='_blank';">Email Webmaster</a></p>
      </div>
      <div id="getinvolvedtext" onmouseout="P2H_StartClock();" onmouseover="P2H_Menu('PMgetinvolvedtext', 0, 0);">
        <p><a href="pastor.php">Meet the Pastor</a></p>
        <p><a href="http://tinyurl.com/oat5p6"  onclick="target='_blank';">Send Email</a></p>
    <p><a href="give.php">Tithe or Donate Online</a></p>
        <p><a href="http://www.lillygrove.org/webmail.php"  onclick="target='_blank';">Check
        Webmail</a></p>
    <p><a href="http://tinyurl.com/ovy2fq"  onclick="target='_blank';">Member
          Access</a></p>
        <p><a href="contact.php">Contact Us</a></p>
      </div>
      <div id="shadow"></div>
      <div id="id29frame"></div>
      <div id="box"></div>
      <div id="i50thanniversity"></div>
      <div id="verticalresponseliteral">
        <form method="post" action="http://oi.vresp.com?fid=b1bab280e8" >
          <div style="font-family: verdana; font-size: 11px; width: 160px; padding: 10px; border: 1px solid #803124; background: #803124">
            <strong><span style="color: #ffffff;">Sign Up Today!</span></strong><br/>
            <br/>
            <label style="color: #ffffff;">Email Address:</label>
            <br/>
            <input name="email_address" size="15" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/>
            <br/>
            <input type="submit" value="Join Now" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/>
            <br/>
            <br/>
            <span style="color: #ffffff;"><a href="http://www.verticalresponse.com" title="Email Marketing by VerticalResponse">Email
            Marketing</a> by VerticalResponse</span> </div>
        </form>
      </div>
      <div id="footerelement"></div>
      <div id="nbcab"><a  href="http://tinyurl.com/kulzaw"  onclick="target='_blank';"  title="NBCA"></a></div>
      <div id="copyrighttext" onmouseout="P2H_StartClock();" onmouseover="P2H_Menu('PMcopyrighttext', 0, 0);">
        <p>&copy; 2011 Lilly Grove Missionary Baptist Church. All rights reserved.</p>
        <p><a href="http://tinyurl.com/nwjnx2"  onclick="target='_blank';">CSS Valid</a>
          | <a href="http://tinyurl.com/ncuxt5"  onclick="target='_blank';">XHTML
          Valid</a> | <a href="http://tinyurl.com/yw6p9r"  onclick="target='_blank';">Creative
          Commons License</a> | Design by <a href="http://www.quantumidentitygroup.com"  onclick="target='_blank';" style="text-decoration:underline;">Quantum
          Identity Group</a></p>
      </div>
      <div id="operab"><a  href="http://www.opera.com/"  onclick="target='_blank';"  title="Opera"></a></div>
      <div id="proudmemberofthe">
        <p>Proud member of the</p>
      </div>
      <div id="bestviewed">
        <p>Website best viewed in</p>
      </div>
    </div>
    <div id="apDiv1"><img src="img/media.jpg" alt="" width="476" height="178" /></div>
    <div id="apDiv2">
      <table width="794" height="422" border="3">
        <tr>
          <td width="780"><form action="mailto:[email protected]" method="get" enctype="text/plain" id="form12">
              <p> </p>
              <p> </p>
              <p>Name (Last, First)
                <label for="textfield"></label>
                <input type="text" name="textfield" id="textfield" />
              </p>
              <p>Address (Street, City, St., Zip)
                <label for="textfield2"></label>
                <input type="text" name="textfield2" id="textfield2" />
              </p>
              <p>Telephone Number
                <label for="textfield3"></label>
                <input type="text" name="textfield3" id="textfield3" />
              </p>
              <p>Email Address
                <label for="textfield4"></label>
                <input type="text" name="textfield4" id="textfield4" />
              </p>
              <p>Shipping Address If Different From Above
                <label for="textfield5"></label>
                <input type="text" name="textfield5" id="textfield5" />
              </p>
              <p>Time Preference
                <input type="radio" name="radio" id="radio" value="radio" />
                7:30 a.m
                <input type="radio" name="radio2" id="radio2" value="radio2" />
                11:00 a.m
                <label for="radio3"></label>
                <input type="radio" name="radio3" id="radio3" value="radio3" />
                6:30 p.m
                <label for="radio4"></label>
                <input type="radio" name="radio4" id="radio4" value="radio4" />
                7:00
              (midweek)</p>
              <p>Media Preference
                <label for="radio5"></label>
                <input type="radio" name="radio5" id="radio5" value="radio5" />
                cd
                <label for="radio6"></label>
                <input type="radio" name="radio6" id="radio6" value="radio6" />
              dvd</p>
              <p>Sermon Preference
                <label for="radio7"></label>
                <input type="radio" name="radio7" id="radio7" value="radio7" />
                consecutive
                <label for="radio8"></label>
                <input type="radio" name="radio8" id="radio8" value="radio8" />
              Pastor Anderson only
              <label for="radio9"></label>
              <input type="radio" name="radio9" id="radio9" value="radio9" />
              Special Services
              </p>
              <p>Series Start Date
                <label for="textfield6"></label>
                <input type="text" name="textfield6" id="textfield6" />
              </p>
              <p>Payment Information</p>
              <p>Credit Card Type
                <label for="radio10"></label>
                <input type="radio" name="radio10" id="radio10" value="radio10" />
                Visa
                <label for="radio11"></label>
                <input type="radio" name="radio11" id="radio11" value="radio11" />
                MasterCard
              </p>
              <p>Name On Credit Card
                <label for="textfield7"></label>
                <input type="text" name="textfield7" id="textfield7" />
              </p>
              <p>Credit Card #
                <label for="textfield8"></label>
                <input type="text" name="textfield8" id="textfield8" />
              </p>
              <p>Exp. Date
                <label for="textfield9"></label>
                <input type="text" name="textfield9" id="textfield9" />
              </p>
              <p>CSV #
                <label for="textfield10"></label>
                <input type="text" name="textfield10" id="textfield10" />
              </p>
              <p>Amount
                <label for="textfield11"></label>
                <input type="text" name="textfield11" id="textfield11" />
              </p>
              <p>Banking Information</p>
              <p>Name On Check
                <label for="textfield12"></label>
                <input type="text" name="textfield12" id="textfield12" />
              </p>
              <p>Check #
                <label for="textfield13"></label>
                <input type="text" name="textfield13" id="textfield13" />
              </p>
              <p>Account #
                <label for="textfield16"></label>
                <input type="text" name="textfield16" id="textfield16" />
              </p>
              <p>Routing #
                <label for="textfield14"></label>
                <input type="text" name="textfield14" id="textfield14" />
              </p>
              <p>Amount
                <label for="textfield15"></label>
                <input type="text" name="textfield15" id="textfield15" />
              </p>
              <p>
                <input type="submit" name="Submit" id="Submit" value="Submit" />
              </p>
              <p> </p>
          </form></td>
        </tr>
      </table>
      </form>
    </div>
    <div id="apDiv4"> MAIL ORDERS ONLY - FEE DUE IN ADVANCE<br />
       PRICES $30 DVD'S $20 CD'S<br />
       ALL MONIES ARE DUE BY THE 15TH OF THE MONTH.<br />
       4 TO 5 SERMONS RECEIVED (based on number of Sundays in the month the order is placed)<br />
      SERMON TIME PREFERENCES SHOULD BE PROVIDED AT TIME OF ORDER.(i.e. . , if you choose 7:45 am, you receive 4 sermons for that time, only.)<br />
      SERMONS MAILED FROM CONSECUTIVE SUNDAYS, REGARDLESS OF SPEAKER.(unless specified at the time order is placed).<br />
    ORDERS WILL BE MAILED OUT WEEKLY.</div>
    </body>
    </html>

    If you want to sell CD's, DVD's or subscriptions to digital downloads, look at PayPal or Google Checkout. 
    As Gramps said, e-mail is NOT web secure for on-line credit card transactions.  You could be putting yourself and your customers at risk.  See PCI Compliance FAQs:
    http://www.pcicomplianceguide.org/pcifaqs.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the butten is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the button is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button Object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

  • I have 2 id apple. 1of them don´t recongize my adress in Brazil. I tried to create another account but the ipad refuse it. I´d like to exclude these 2 accounts and creat a new account with my same email. How can I do it?

    I have 2 accounts at ID apple. One of them the system don´t recongize my addres in Brazil, I tried to create another account but the ipad refuse it.
    I´d like to exclude my accounts and creat another account with my same email. How can I do It?

    I don't know if that works on the iPhone, but....
    View your SETTINGS and choose ICLOUD. That will give you your cloud settings. At the very bottom it has a delete button. Click it an see what happens. After deleting the account (and potentially loosing data connected with it) you should be able to log in to iCloud using your old id.

  • 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?

  • Im trying to create this program but I'm a little stuck

    Hey guys I'm trying to create this program but I'm a little bit stuck. Thanks for the help. Im trying to create a program that prompts the user for a string, then it takes the string adds 2 to the unicode value, and returns that as the output so for example:
    hello there
    turns into
    jgnnq vjgtg
    Thanks for your help

    Hey guys I'm trying to create this program but I'm a
    little bit stuck. Thanks for the help. Im trying to
    create a program that prompts the user for a string,
    then it takes the string adds 2 to the unicode value,
    and returns that as the output so for example:
    hello there
    turns into
    jgnnq vjgtg
    Thanks for your helpYou didn't add 2 to the space character, so is that to be treated special?
    Anyway, you have a String. That String has a length() to tell you how long of a loop you have to do. That String also has a charAt(index) method to give you a character while you're looping thru it. And I assume you know how to add 2 to a character value, and append that character to a new String or StringBuilder or StringBuffer until you're done with the loop.

  • I'm trying to create an account but it keeps telling me that my age requirement is not right

    I'm trying to create an account but it keeps telling me that my age requirement is not correct

    This forum is for questions about iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store, so unless you're attempting to set up an administrator account in iTunes U, you'll be more likely to get help if you ask in the general iTunes forums.
    Regards.

  • Spry Tabbed Panels overwritting Flash drop down menu in IE but display fine in Firefox

    I am having an issue with Spry Tabbed Panels appearing above
    a Flash drop down menu in IE6 & IE7 but it works fine in
    Firefox. Would someone be able to educate me on what I can do to
    fix this problem. The page that is exhibiting this problem is
    http://us.shuttle.com/performance.aspx
    I’ve add “WMODE” to my flash menu,
    also updated “SpryTabbedPanels.js to version 0.5 –
    pre-release 1.6”, but neither way is
    helping…….

    Thank you very much for the suggestion. Yes, this is how I
    tried:
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
    z-index: 1000;
    I’ve been tried setting Z-index to from 50 to 2000 in
    attached css, but still not working.

  • Spry Tabbed Panels overwritting popup menu in IE6 and IE7 but display fine in Firefox

    I am new to Spry and Dreamweaver CS3 and would appreciate any
    help anyone can give. I am having an issue with Spry Tabbed Panels
    appearing above a navigation bar pop up menu only in IE6 and IE7.
    Everyhting works like expected in FF. I have several product pages
    that are exhibiting the same issue. I am not having this issue when
    using Spry Accordian. Would someone be able to educate me on what I
    can do to fix this problem. One of the product pages that is
    exhibiting this problem is
    Page
    with display issue

    The IE browsers implement z-indexing differently than most
    browsers ... specifically, IE browsers establish a new z-index
    context if you set the position CSS property of an element to
    anything other than static.
    What this means is that if you set something to
    position:relative ... any z-index values of children inside that
    element will be relative to that element.
    In your case, you seem to have a position relative on your
    div FWTableContainer1966866324. If you set the z-index value to
    something like 10, you'll notice that it fixes the problem.
    --== Kin ==--

  • 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 trying to create 2 Forms on same page on 2 tables with ID as PK

    Hi all,
    here's the error message I get: "ORA-20001: Unable to create query and update page. ORA-20001: Unable to create form on table. ORA-20001: Error page=1 item="P1_ID" id="509501514227854745" ORA-20001: Error page=1 item="P1_ID" id="509501514227854745" has same name as existing application-level item. ORA-0000: normal, successful completion"
    What am I trying to do:
    I try to create 2 forms on the same page, each one based on tables that have PK column named "ID".
    From what I understand, HTML DB is trying to create for both forms the same "P1_ID" (P[no_page]_[column_name], right ?) hidden item in order to keep the value of the pk column...
    I think this is not right...what do you think ?
    Thanks,
    Andrei

    You cannot use multiple automated row fetch or automated DML processes on the same page where any table column names are in common between them.
    Scott

  • Trying to create a calculation but it won't work...

    Hi!
    I'm using Adobe Acrobat 8.1 for Mac.
    I've created a form and I need to enter what I assume to be a custom calculation script.
    The field named Text49 needs to be the result of the field named Text46 (manually entered value) multiplied by .062
    This is what I've entered in the custom calculation box in Text49:
    var v1 = 1 * this.getField("Text46").value;
    event.value = v1 * .062;
    But it's not working correctly. It'll work the first time when I manually enter a value in Text46 however when I change the manually entered value in Text46, the result in Text49 doesn't change.
    Also, Text49 doesn't show up in the box for setting calculation order.
    I'm sure it's something with my formula but I can't figure it out and don't know where to look.
    Can someone please help?
    Thank you so much!
    Diane

    I must have messed something up because now it's not working at all. :(
    In response to your question, no there's no script on Text50 but there is custom validation on both Text49 and Text50.
    The validation script for Text49 is:
    var f = this.getField("Text49");
    f.hidden = (event.value < .0000001);
    The validation script for Text50 is:
    var f = this.getField("Text50");
    f.hidden = (event.value < .0000001);
    I've tried it with and without the validation script and it's not working either way.
    I've tried it with Text49 and Text50 as "hidden" and "visible" and it's not working either way.
    The one constant I'm finding is that even when I do get the calculations to work, when I save and close the form and re-open it the calculations have quit working.
    I'm at a loss... :(
    Any ideas?
    Thank you!
    Diane

  • Trying to create order form in Acrobat 6

    Hi-
    I'm using Adobe Acrobat 6 professional to create a form. Here is a link to what I have so far: http://www.pvclassof1977.com/newgallery/orderform.pdf
    Basically everything is exactly how I want it except for one thing. I want to assign $ values to the different size choices (4x6, 5x7, 8x10) so that the "Cost" column automatially updates and then would be multiplied by the "Quantity" column.
    I have done some research and I think this involves a custom javascript as opposed to the built in calculations. I'm not very familiar with writing out javascript so not really sure where to start.
    Let me know if you have any suggestions!!
    Thanks!
    Cece

    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.

  • Trying to create a table but being denied access

    Hi everyone,
    I'm relatively new to APEX. I've been building applications on the apex installation we have at my job, but this is the first time i've actually tried installing this stuff at home.
    I was successfully able to get 10g XE installed at home, and i was able to upgrade apex to 3.0.1.
    I logged into apex (i tried both the SYSTEM account and the extra workspace developer account i made) and i tried creating a table, but kept getting the following:
    Creating table "TESTTABLE" failed.
    Failed Creating Table ORA-01031: insufficient privileges ORA-00942: table or view does not exist ORA-06510: PL/SQL: unhandled user-defined exception
    The interesting thing is that I was able to make the table if i chose NOT to have a primary key generated. But if i tried to make a table that had a primary key "Populated from a new sequence" then that above error resulted.
    Anyone have a clue on how I can fix this problem?
    Thanks!
    -John

    John:
    I recommend that you login to the administration interface as the ADMIN user, and create a new workspace. Once you create a new workspace with a new schema, you should not experience the problem you describe. First, make sure you follow Step 3, of the How to Upgrade section of the following document:
    http://www.oracle.com/technology/products/database/application_express/html/3.0.1_and_xe.html
    This will change the password for the ADMIN account. Now go to:
    http://localhost:8080/apex/apex_admin
    Supply ADMIN for the username and the password you supplied following Step 3 in the document above. Click Manage Workspace, Create Workspace, and then complete the wizard to create a new workspace.
    Thanks,
    Jason

Maybe you are looking for

  • How can i format and finaly mount??

    Hi guys, i'm trying to create an image bootable from scratch, but i fell in error right at the beginning . I've created an image filled by zero with dd if=/dev/zero of=deb.iso bs=1M count=2048 after that i've partitioning this file with cfdisk deb.is

  • How to make a scheduler in Java

    I am interested in make a scheduler in java that can run my own services according to schedule.Can any one help me for this.Thanks in advance. Rizwan

  • How to time dimension

    How do you link a time dimension to the fact table? If the time dimension has a sequence as the PK then the following columns: year month quarter day time etc.. How is the fact table connected to the time dimension if the fact table has the primary k

  • MacBook air 10.8.5 sound/audio no longer working on YouTube

    I have seen this thread in an attempt to fix my issue: https://discussions.apple.com/thread/5310311?start=0&tstart=0 I upgraded to 10.8.5 and now there is no way to play audio from sites like YouTube or Vevo.  Audio works and the audio out jack also

  • JSPinner and floating point quirk

    Please test these spinners only with their down arrow buttons to reach minimum value of each. When the number of fraction columns are 5,10 and 12, spinner stops at one step before the real minimum. They don't go to the real minimum. Why could this ha