Create a form on a beveled, styled box

I've created a beveled box in FW that contains a simple input form.   I know how to build a form in DW, but I don't know how to bring the beveled box
into DW so that the form elements sit on top of the beveled box.  Help, please....and thanks in advance, this forum has taught me more than the CS4 suite classes
I took for $4,000!

You can style your form with CSS, you know?
form {
border: 0.50em outset #CC3300;
http://alt-web.com/DEMOS/CSS-Border-Styles.shtml
Or you can slice your image into 3 segments and re-assemble slices in a CSS layout like this:
http://alt-web.com/DEMOS/Image-slices-in-a-CSS-based-layout.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • How to create a field with combo or check box group in a form

    1 - i created a database table messages (sender_name , date , message_type , message_body)
    message type accept only COMPLAINT , SUGESSTION OR OPENION
    2 - I created a form which has a field called message_type
    3 - i want the message type appear in the runtime as a checkbox group or as combo box (with values COMPLAINT , SUGESSTION OR OPENION)
    PLEASE GUIDE ME STEP BY STEP TO DEVELOP IT
    Regards
    Mohamed Hammed

    Hi,
    You can create another table to hold the unique values COMPLAINT, SUGESSTION and OPINION. You can then dynamically query this table in a Dynamic Page & construct the HTML code within a function like this :-
    CREATE OR REPLACE FUNCTION FN_GET_RADIO_OPTIONS
    RETURN VARCHAR2
    AS
    ln_return_html VARCHAR2(32767);
    BEGIN
    FOR rec IN ( SELECT ROWNUM,MESSAGE_TYPE FROM SCOTT.MESSAGES_TYPES )
    LOOP
    ln_return_html := ln_return_html || '<INPUT TYPE=RADIO NAME=rd'||rec.ROWNUM||' VALUE='||rec.MESSAGE_TYPE||' />';
    END LOOP;
    RETURN ln_return_html;
    END;
    /You can then get something out of Dynamic Page like this :-
    <ORACLE>
    DECLARE
    ln_SQL VARCHAR2(32767);
    BEGIN
    ln_SQL:= FN_GET_RADIO_OPTIONS;
    HTP.P(ln_SQL);
    END;
    </ORACLE>Of course, you do the same in a million other ways - using Java, etc - this is just an example to give you an idea.
    Regards,
    Sandeep

  • Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Look to the right under "More Like This". Your issue has been discussed many many times. The error you are seeing is because you do not have enough free "contiguous" space on your hard drive. Read the other threads that address this issue to find how to solve the issue.
    Or, put "The disk cannot be partitioned because some files cannot be moved" into the search box at the upper right of this page.

  • I want to know what I need and then how to take a pdf form I created in word and add the blue boxes so that anyone can type into my form

    I want to know what I need and then how to take a pdf form I created in word and add the blue boxes so that anyone can type into my form

    Hey john@adobe,
    Could you please specify how exactly have you created your form.
    You might need to have Acrobat installed on your computer to convert a word document to PDF.
    Do you have Acrobat installed? If yes, what version? If no, then please try using the trial version of Acrobat DC (latest version) and access its features:
    Download Adobe Acrobat free trial | Acrobat Pro DC
    Also, let me know what kind of blue boxes are you talking about.
    If you want others to edit your PDF form, then you need to make it a fillable form by choosing 'Form Editing' option from Tools pane.
    Let me know more on this so that I can help you out.
    Regards,
    Anubha

  • I'VE CREATED A FORM WITH IMAGES. WHEN I OPEN THE FILE IN ACROBAT READER, THE IMAGES ARE BALCK BOXES!

    I'VE CREATED A FORM WITH IMAGES. WHEN I OPEN THE FILE IN ACROBAT READER THE IMAGES ARE BLACK BOXES.
    THE FORM HAs (extend features to acrobat reader). THE FORM WAS DISTRIBUTED.
    NON OF MY EMPOYEES CAN SEE THE IMAGES. WHAT'S WRONG? CAN YOU HELP?

    However, the view large images is an issue for a form that is being distributed. Either a note needs to be added to the PDF to tell how to enable the view or the images need to be changed so that the enabling is not needed.

  • 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

  • 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

  • Using Javascript and ScriptUI to create a form that brings in a symbol from library

    Hello everyone,
    I've been trying to pull together the right info to use javascript to create a form to bring in particularsymbols from the symbol library based on the variables taken from the form. I've taken bits and pieces from various sample scripts and tried to make this work, but my problem appears when I try to use conditionals.
    This is a limited version of what I want to do, but it is enough to get the point across.
    1. I want to select a script that has various dropdown boxes. I would like the first dropdown to give me 3 options: 10, 13, 18
    2. I would also like another drop down box that gives me three more options: single needle, double needle, and knife edge.
    3. I would then like it to have an "ok" button and "Cancel" button.
    4. From here when I click the ok button, a symbol is brought in from the library depending on what parameters were given to the form.
    ex. If I selected 10 in the first drop down and double needle in the second, I would like "SYMBOL A" to be pulled from the library and centered on the artboard.
    ex. If I selected 13 in the first drop down and double needle in the second, I would like "SYMBOL B" to be pulled from the library and centered on the artboard.
    I've gotten the UI to pop up and it works as planned as well as bringing in a symbol, my problem comes when I try to incorporate conditionals and functions.
    Here is my script. Please let me know what I'm doing wrong.
    var myDoc = app.activeDocument;
    var Pallette = new Window ("dialog", "Create a Shell");
    Pallette.add ("statictext", undefined, "Fill Opening in Inches:");
    Pallette.orientation = "row";
    var myDropdown =  Pallette.add ("dropdownlist", undefined, ["10", "13", "18"]);
    myDropdown.selection = 1;
    var myButtonGroup =  Pallette.add ("group");
    myButtonGroup.orientation = "column";
    var btnCreate = myButtonGroup.add ("button", undefined, "OK");
    MyFillSelection = myDropdown.selection
    btnCreate.onClick = function () {
        if ( MyFillSelection = "13") {
                   symbolRef = myDoc.symbols["SYMBOL A"];
            symbolItemRef1 = myDoc.symbolItems.add(symbolRef);
           redraw();
    var btnCancel = myButtonGroup.add ("button", undefined, "Cancel");
      Pallette.show ();
    If anyone has any input, it would be much appreciated.
    thanks,

    MyFillSelection = myDropdown.selection is outside the function, so it will always read "13", nothing is making the value change.
    move that line into your function and add the text property to it...MyFillSelection = myDropdown.selection.text;
    then do your if comparisons, that will do it.

  • Creating PDF forms in LiveCycle Designer 8.0

    I post detail at Software
    nha khoa Group
    Question on a quirk I have noticed when creating a form using LiveCycle Designer 8 and was wondering if there was a way to change this.
    I will use a Text Field for an area where I want the person who will fill out the form to add comments/questions. I widen the box out so the user will have area to type their comments in.
    In the properties of for that Text Field, on the "Object" tab I check the box to allow multiple lines and I limit the length to the visible area.
    That all works fine. The quirk is when I test the form and then click in that area to type for the text field the cursor always starts in the middle of that Text Field area. Is there a way to get the cursor to start at the top of the text box when someone fills out the form?

    Post your question in the LiveCycle Designer forum.

  • How to create a form to be filled out on the iPad?

    Hello,
    I have created a daily report/timesheet pdf form to be filled out by our jobsite superintendents on their iPads.  I have tried everything (including downloading as many free-and some not so free-apps from the app store) and still cannot get my forms to work on the iPads.  Most of these will not even open my file.  I have no problem purchasing an app, but I would love to know that it will indeed work beforehand. 
    My questions are:
    Can I create a form with Acrobat Pro that can be filled in on an iPad? 
    What iPad apps actually offer this function?
    (If we make it this far) Are there any limitations to the complexity of the forms I create?  
    Additional Info:  I emailed the pdf form document to myself as an attachment.  On my desktop, it opens like a normal PDF.  On my iPad it is labelled as "winmail.dat" and will only not open.
    Thank you.

    Thanks George.
    Does the PDF Expert app allow you to include drop downs, check boxes, etc in your forms?  At the moment, all I need the app for is to fill this form... naturally, we can find more uses for it as we use it, but I would hate to download it only to find that it won't work.  Could I by chance email you the form to see if it will work?   
    Regarding the "winmail.dat" issue, I emailed it in HTML, Rich, and plain.  It shows up the same in every one.
    Thanks again.  

  • How do I use auto-form recognition to create PDF forms in Acrobat XI?

    I used to use Acrobat 9 to create PDF forms that would allow me to fill in text into the fields that were created.  Acrobat XI seems to have changed the way this function is performed.  Previously, I could run an auto form recognition wizard, do some minor tweaking, and be done.  Now, when I attempt to follow the process in Acrobat XI, I get the following message that pops up:  "No new form field annotations were detected.", and no fields get created.  I could do this manually, but the process of doing so is very clunky and cumbersome.  Once I create a new text field, I must then go back and resize it.  This would not be a problem if I was only working with a few fields on a single page, but I have a six page document with multiple fields to create (text fields, check box fields, etc.).  Perhaps I'm missing something, but there seems to be no simple way to do this anymore.  It's making me want to just install Acrobat 9, so that I will have back the feature that I used to have.  I'm using Acrobat XI on Mac, but I'm assuming the function should be the same in Windows.  I can use Preview on the Mac to simply type in the text that I need, but I was hoping to pass along the PDF so that others can use it as well.  This is not just a one time thing.

    There are no APIs for C# and external applications for this conversion.  There is however an API for Acrobat plugins to perform this operation.   So, if necessary, you could write a custom plugin (that calls the API you need) and expose that via some form of IPC to your C# app.

  • Creating fillable forms with Live Cycle that can be emailed, saved, printed, etc. by anyone!

    So I started using livecycle because the forms one can make are astounding, its a great program except for sending the forms out to be filled in especially to those only with reader. I've looked over a lot of past discussions and the answers seemed too complicated. Here is a workaround for not so computer savy folks like myself.
    First, create your form, use everything the software has to offer to make your form exactly like you want and yes you can use the "submit by email button" that's what it's for.
    Second, once the form is complete one seemingly complicated step to fix the "attach as pdf instead of xml" if your form keeps attaching as "xml" if it already attaches as "pdf" then skip the rest of the "second step"
         go to the top and click the "view" menu, then select "xml source"
         then go back to top and click the "edit" menu then select "find"
         type "xml" without the quotations and keep clicking "find next" until you see the "submit" line (eg. <submit format="xml")
         change the "xml" to "pdf"then go back to the "design view column" if you get a "parts of this or that cannot be whatever" message just click ok or ignore
    Third, assumming you used the "submit by email" button like you should be the find that button and click the center somewhere, too the right a "field" box comes up
         enter your own email address, you can enter an stock email subject to or leave it blank
         also, a bit further down it says "presence" then "visible" I like to change "visible" to "visible (screen only)" this way it does not show on the printed version. That is one of the things i like the most about this program, you can put text boxes, signature boxes, any kind of
              box and make it visible, visible only on print, only on screen, etc. you just have to play around. It's nice to put a large text box with instructions for how the person should fill out and what to do that helps them and doesn't show up on print.
    Ok, the above is a lot of words but if you print it out and follow step by step you'll see how easy it is and after a couple runs you won't have to look at your cheat sheet again.
    Fourth, So, it was easy to figure out how to make a form the frustrating part was sending it out to be filled in save, printed whatever then sent back to me (now you). the problem is, the form has to be distributed to be approved so to speak. If it is just for one person that is no big
         deal, just first click "file" "save as" give it a name it reverts into adobe pro and asks how you would like to distribute, follow the instructions you send it to whomever you like they fill it out and submit it back because your email address is linked to the "submit as
         email" button. But what if its just a form you want on the company share drive anyone can open fill out, save, send to you or send to someone else, that's where it's tricky.
    Fifth, Distributing to yourself so you can approve the form for world wide dissemination.
         Same procedure as above for the single recipient but instead of sending to someone else you send it back to yourself by entering your own email address again when it asks "how would you like to distribute your form--same as above"
         click "send now via email" enter your address they will return it to (but it's not they this time its really yourself)...follow the instructions, specifiy a generic folder that will collect data (you can delete later, you don't have to collect data unless you want)
         put in your email address as the recipient. change the stock email subject and message if you'd like, then click done, it will email you the form. close out the live cycle and adobe programs and go to your inbox (may take a min)
    Sixth, open your attachment.(no remember you submitted the form to yourself but think of yourself as someone else like a customer) when the form is open you can enter stock fields if you like or do nothing...click the submit by email button, follow the instructions and s
         send it back to yourself again (don't get confused...it's really you as the customer sending back to yourself as the owner of the form) if you are a criminal think of it as like "laundering money through a bank" you are laundering the form through your own email system
         close out the form and go to your inbox again an open the returned form. now when you open it there is something new. there is a box that says "this file is a completed form (even though you didn't enter any data---it's a laundered form now) and leave it on the
         "add to existing data set" which is the one you created earlier in the generic folder....click "ok", now the form changes once again, there is a new look to the top, don't worry about it just go to the top right of the form and click on "options" then "save file as" give it
         a name again and remember where you saved it to. then close adobe and say yes when it asks you if "you want to save changes to your data set"....say yes!!
    7th, forget the data set, no longer is important...find the form you saved and open it. go to the top and click the "advanced" button then "enable user rights in adobe reader" then click "save now" this is the final form so name it appropriately and place it where you want
         people to find it, they can now open, fill out, print, save as, email, whatever. The only downside is if they use the submit by email it automatically defaults to your email but when their email client opens they can delete your address and put someone else if they want.
    thats it...lots of words but it really is easy after you do it a couple of time. the final downside, if the final form works but you decide to change anything on it with LiveCycle, you have to go back through all the steps or it will tell whoever opens it in reader that the original
         has change and they cannot do anything with it, but it's ok, make your changes or improvement, by now you are an expert at laundering live cycle forms, take you 5 min, no worries!
    Happy Laundering!!
    Sean
    NOTE: this procedure only validated with LiveCycle 8.0

    Here is the window you will see when you choose Enable Usage rights.
    Note: That means that you can not edit any content once USAGE Rights are envoked.
    So you must make sure all corrections to documents made and perfect before Envoking rights.

  • Is it possible to create a form with multiple form fields on a single line?

    Is it possible to create a form with multiple form fields on a single line?  I can't find anything in the documentation or a template that does this.
    I am trying to create a "documents received" checklist with a check box on the left margin, a date-received field to the right of the check box and and a description of the document (Formatted Text) on the far right.
    In the past I have entered the Fixed Text with a word processor, published it to a PDF file, then added the check box and date fields with the Acrobat Forms editor.  I would prefer to use FormsCentral if it is possible.

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • Create pdf forms from a xml file for follow up information

    Forgive my amateurishness, I have a simple .xml that was created with excel with name, address, date of service, age, dob, account #, unit, and business name.  I need a form to be pre-populated with the .xml data but have other fields (mainly Yes/No check boxes) that need to be populated by another user.  This user would then finish filling out the form and return it to me via email.  I have created the form in LC Designer ES2 and created it with Acrobat Pro X.  However when I attempt to import data I can only see the first .xml record.  So my question is, how do I create multiple .pdf forms for each .xml record?  Do I need to use Java within LC Designer?  Or use Adobe Pro?  I am not afraid to attempt to code, (I have many excel programs that batch print to .pdf using vb).
    Thank you in advance

    I don't play with forms enough to give an answer. However, you might search the Forms sub-forum for a possible solution. You might also find better answers there, though many of the forms experts drop by here too.

  • Creating a form using Acrobat 9

    I'm trying to create a form using Acrobat 9 and know how to insert check boxes and text fields but when I enter in data into the fields it copies it through the document.  How can I create a field that I can cut and paste throughout the document but allow it to have separate data in it from the rest of the fields?

    You'll need to rename all of the fields you copy & paste so that each one
    of them has a unique name. Fields with the same name will automatically
    have the same value.

Maybe you are looking for