Help needed with my form - PLEASE!

My form on avarislaw.com is working properly.
The form attach file area should not be mandatory but for some reason it still apears even when I change this in BC.
Please help!
Thanks
Andy

You need to remove the javascript validation for that form element in the HTML of the form as well.

Similar Messages

  • Help needed with this form in DW

    Hi, i have created this form in dreamweaver but ive got this problem.
    In the fields above the text field, the client needs to fill in some info such as name, email telephone number etc.
    But the problem is when ill get the messages. Only the text from the large text field is there.
    What did i do wrong??
    http://www.hureninparamaribo.nl/contact.html
    Thank you
    Anybody??

    Thank you for your response. So what do i have to do to fix this?
    Date: Sun, 20 Jan 2013 07:57:56 -0700
    From: [email protected]
    To: [email protected]
    Subject: Help needed with this form in DW
        Re: Help needed with this form in DW
        created by Ken Binney in Dreamweaver General - View the full discussion
    You have several duplicate "name" attributes in these rows which also appears in the first row
    Telefoon:
    Huurperiode:
    Aantal personen:
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5008247#5008247
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5008247#5008247
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5008247#5008247. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed with fillable form

    I have created a form in Adobe, which was very easy.  However, when it was emailed out to other users, several commented that they couldn't make revisions to it.  Most of the users had either Flash or Reader, not many having Standard or Professional.  After some research, I found the Submit Form button, which looks like it would work, but I need some assitance on making sure it formatted correctly.  I also need some assistance on setting up a siguature and using it.  I have utilized the Help function while working on the form, but it doesn't seem to get me anywhere.
    If anyone has any experience with a form like this, I would appreicate any help!

    Looks like the LiveCycle recommendation is appropriate since you did not create the form in Acrobat. The techniques for working forms is different in Designer and the form cannot be edited in Acrobat once Designer is used. I would have to look at the form in Designer on my other machine at work to provide any comments, but the other forum should lead to more useful feedback.

  • Help needed with CSS menu please

    Hello
    Could someone give me a hand with a CSS menu I am struggling
    with please?
    I want each of the blue menus to have a black border around
    it (so 4 borders in total). And how do I make each menu have a
    closer gap? I need them squashed up a little bit more vertically.
    The code is as follows -
    <style type="text/css">
    #ddblueblockmenu{
    width: 179px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    #ddblueblockmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: normal 75% 'Trebuchet MS', 'Lucida Grande', Arial,
    sans-serif;
    border: #000000;
    #ddblueblockmenu li a{
    display: block;
    padding: 5px 0;
    padding-left: 9px;
    width: 169px; /*185px minus all left/right paddings and
    margins*/
    text-decoration: none;
    color: white;
    background-color: #2175bc;
    border-bottom: 11px solid #FFFFFF; /*change border gap size
    here*/
    /*border-left: 1px solid #1958b7;
    * html #ddblueblockmenu li a{ /*IE only */
    width: 187px; /*IE 5*/
    w\idth: 169px; /*185px minus all left/right paddings and
    margins*/
    #ddblueblockmenu li a:hover {
    background-color: #2586d7;
    border-left-color: #1c64d1;
    #ddblueblockmenu div.menutitle{
    color: white;
    border-bottom: 1px solid black;
    padding: 1px 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    font: bold 60% 'Trebuchet MS', 'Lucida Grande', Arial,
    sans-serif;
    </style>
    <body>
    <div id="ddblueblockmenu">
    <ul>
    <li><a href="whoarewe.htm"><strong>What We
    Offer</strong></a></li>
    <li><a
    href="guidelines.htm"><strong>Professional
    Guidelines</strong></a></li>
    <li><a
    href="workshops.htm"><strong>Workshops</strong></a></li>
    <li><a href="contactus.htm"
    style="border-bottom-color: white; font-weight:
    bold;">Contact</a></li>
    </ul>
    </div>
    </body>
    </html>
    Any help is very greatfull appreciated!!
    Tom

    "Gary White" <[email protected]> wrote in message
    news:[email protected]..
    > On Tue, 23 May 2006 11:42:13 +1000, ".: Nadia :. ACE :."
    > <[email protected]> wrote:
    >
    >>If you want a border the same color around the whole
    menu, you can use the
    >>short-cut method:
    >>
    >>border { 1px solid #FFF;}
    >
    >
    > Uh ...
    >
    > #ddblueblockmenu{
    > width: 179px;
    > border: 1px solid #fff;
    > }
    >
    um... that's what I meant... the OP had all four sides styled
    separately,
    with 0 for one side... but mentioned he wanted a border on
    all sides....
    hence my arrow pointing out the side that had 0 for border
    and what could
    be used as a shortcut method of styling the border....
    Maybe my post wasn't exactly clear ;-)
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html

  • Help needed with while loops please :)

    I'm beginning to study java at School.
    My assignment using while loops, to ask user to input 2 numbers.
    I have to output all odd number between the two.
    I have to output the sum of all even numbers between the two.
    Output all the numbers and their squares between 1-10.
    Output the squares of the odd numbers between the 2 numbers the user entered.
    Output all uppercase letters.
    If anyone can give me any help, I would appreciate it greatly.
    Thank you.
    Kelly.

    It would help if you put aside your code, and wrote out some pseudo-code first so that you understand the steps you will need to take. for example
    get input from user
    set counter to first number entered
    while counter less than/ equal to second number
          check if number is even
               if even, add to even_sum
               else output counter, along with its square
          increment counter by one
    end while
    output sum of evensthat block, when coded, will solve 3 of the problems, the other 2 will require separate loops
    Good Luck

  • Help needed with 'while' loop please

    Problem: When a non-integer is entered, the console displays "Enter a wager > java.util.InputMismatchException" intermitentlly.
    Here is the source codes
    ===================
    import java.util.Scanner;
    public class Test {
         private static int bankBalance = 1000;
         public static void main(String []args) {
              System.out.println("You entered: " + wager());
          Ask user for a wager, which must not be greater than 'bankBalance' and
          must be a valid Integer. Continue asking until a valid wager is entered.
         private static int wager() {
              Scanner scanner = new Scanner(System.in);
              int input = bankBalance + 1;
              boolean isValid = false;
              while( (input > 1000) || (isValid == false) ) {
                   try {
                        System.out.print("Enter a wager > ");
                        input = scanner.nextInt();
                        isValid = true;
                   } catch(java.util.InputMismatchException im_exc) {
                        System.out.println(im_exc.toString());
              return input;
    }

    It would help if you put aside your code, and wrote out some pseudo-code first so that you understand the steps you will need to take. for example
    get input from user
    set counter to first number entered
    while counter less than/ equal to second number
          check if number is even
               if even, add to even_sum
               else output counter, along with its square
          increment counter by one
    end while
    output sum of evensthat block, when coded, will solve 3 of the problems, the other 2 will require separate loops
    Good Luck

  • Help needed with nokia 6300 please

    I have nokia 6300 , I have unstalled many programs on it (like messenger and google earth java files) some of them needs to connect to internet through gprs but they give a message "Subscribe to packet transfer first". But my device connects to web and opens pages through explorer.
    Please if any can give help and thanks to all.........

    Are you sure your connecting by gprs to the net, or by other means say WIFI or wap? There are many packet services & not all are provided by ISP unless one subscribe to it.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • Help needed with Synergy 4500 please

    I have inherited a set of BT Synergy 4500 phones and have been trying to get them set up but am having problems - can somebody please give me some help?
    First, there are three handsets but one is showing as number 4, (I suspect there might have originally been 4 but one has disappeared).  I've been trying to renumber this but no luck.
    When I lift the phone to make a call I get a noise that sounds like an engaged tone - not like an ordinary dial tone, and I can't seem to dial out - nothing happens.
    One of the handsets indicates there are three unanswered calls - how can I clear this? 
    TIA 

    There are help pages here http://bt.custhelp.com/app/answers/detail/a_id/11489/~/bt-synergy-4500
    The guide should tell you how to clear the calls.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Help needed with this tutorial please

    Hello in this InsertUpdateDelete tutorial at:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/index.jsp
    or
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/inserts_updates_deletes.html
    and in this paragraph:
    Changing the Column Components
    and this statement
    In the Visual Designer, select the top Drop Down List component in the Table.
    "It's pretty confusing because there isn't a Drop Down List component in the Table as far as i can tell. There is a Drop Down List on the canvas up above this data table, but that has already been bound in a previous process, here is that previous proces:"
    Configuring the Drop Down List
    Select the Drop Down List in the Visual Designer and, in the Properties window, change its General > id property to personDD.
    Right-click the personDD Drop Down List in the Visual Designer and choose Bind to Data from the pop-up menu. The Bind to Data dialog box appears.........
    Can anyone tell me where i can get help with this tutorial or where i can download the finished program so i can sync up with what is actually being referenced in the questional statement that i mentioned above please?
    Thanks very much!
    BobK

    In Step 5 of "Changing the Column Components" you change the Trip Type column to a drop-down list.
    5. Select TRIP.TRIPTYPEID from the Selected list and make the following changes:
    * Change the Header text field from TRIPTYPEID to Trip Type.
    * Using the drop-down list, change the Component Type from Static Text to Drop Down List.
    6. Click OK to enforce your changes and dismiss the window. If the table columns are too wide after performing the above steps, you can resize them by selecting the first component in each column and dragging its selection handles.
    7. In the Visual Designer, select the top Drop Down List component in the Table. Right-click and choose Bind to Data from the pop-up menu. The Bind to Data dialog box opens.

  • Help needed with tabular form

    hello,
    I have a table with an flag_indicator whose default value is 0 which is of number datatype.
    and I am displaying the column falg_indicator it as a standard report column in my tabular form with value 0.
    but the thing is that now I want to display te column as " NO" in my tabular form (shouldn't be editable column)
    jst want to display as "NO" in my column instead of 0.
    can anyone help me out with this.
    thanks.

    Hi,
    If you change your column in select use decode function ?
    Something Like this
    DECODE(your_column,'0','NO',your_column) AS your_column_nameBr, Jari

  • Help Needed with Email Form Confirmation

    I have created an email form that curently defaults to the
    home page. Is there a way to have it go to a confirmation page? I
    am sure there is something in the HTML Language, but not sure?
    Thanks in advance

    I like an easy life!
    Take a look at bebosoft.com
    Formstogo- Purists may object but it works with cgi, php and
    asp. can show
    error and success pages as well as send the sender a
    confirmation email.
    OH! almost forgot It's very expensive you may need a morgage
    $18 with life time support and I think upgrades.
    Used it for a few years
    cheers
    Ian
    "bryanbcorny" <[email protected]> wrote in
    message
    news:e4svap$fut$[email protected]..
    >I have created an email form that curently defaults to
    the home page. Is
    >there
    > a way to have it go to a confirmation page? I am sure
    there is something
    > in the
    > HTML Language, but not sure?
    >
    > Thanks in advance
    >

  • Help needed with a form button

    Two years ago I designed a form with a button that opened an email screen so the document could be emailed to several people.  The form was built in Acrobat Pro 9 with an XP operating system.  The form was put on the company wiki and worked perfectly until about six months ago.  Now the button doesn't work at all for some people and others get a message about whether they want to send a link or a copy.  When they choose to send a copy, the recipient receives a blank form.  The form still works perfectly on my computer.  Does the fact that many of the employees now have new computers with Windows 7 on them make a difference?  How can I get this form to work for everyone?

    with 1.4 you can also set the dialog to "undecorated" meaning you can have a modal dialog w/o the titlebar. InstallAnywhere has a similar progress interface and I think it looks really sharp. You can set an etched border or something on it so it looks good. A progress dialog with no buttons but a titlebar would look a bit goofy I think.

  • Help needed with iPhoto settings Please ?

    Hi,
    When I click the "places" tab iPhoto states that I am not connected to the internet..when I AM
    I see that there are other users experiencing the same issue as me, mostly with no replies at all.
    Surely somebody out there knows how to rectify this problem ?!?
    My macbook pro is 3 weeks old......Mavericks 10.9.4
    I have not downloaded many apps yet, and have not changed any iPhoto settings.
    I have Location Services set to enabled.
    My internet connection is Not dropping.
    Really hoping there is a kind and understanding person out there willing to spend a few minutes to help a newbie.

    Hi again LN..... I have now set it to the other option offered > Automatically <
    Directly underneath that it says: include location information for published items
    I haven't a clue what that means or if I should have that ticked ? 
    Thank you so much for the answer to my places / internet connection issue 

  • Help needed with Mac Mini please

    I have just noticed the start up "dong" has stopped working and I believe this could indicate some problems somewhere, but how (without going to a "genius bar", would I go about finding out the problems?
    I know it has a faulty cd/dvd drive as it no longer burns cd's or even play dvd's (going to be fun when Snow Leopard is released :/ )
    Any advice of any programs I could run etc to try and solve these issues if possible please, and I can not format the drive do to the dvd not working.
    Many thanks, Jim!

    I wouldn't worry about the startup chime. It's been years since my Mini had one. Still works fine.
    For an Intel Mini, you can try an SMC reset. Can't hurt; might help:
    http://support.apple.com/kb/HT1543
    I suspect the CD/DVD drive is just worn-out or too dirty.

  • Help needed with online form

    I have developed an HTML online form that is 2 part. the html
    form itself that my employees access thru our network, fill out and
    submit. this is a document change request. I have set up two
    departments selectable by radio button. I thought that when one is
    selected, that when the submit button is clicked to send the email
    request out, that some how based on which button was checked, then
    the email would go to that department. example: one department is
    "PCBA" which is myself. One department is "INTERCONNECT" which is
    Joes department. if the "INTERCONNECT" radio button was selected,
    then the email would go to joe. If the "PCBA" radio button was
    selected, then the email would come to myself.
    I'm not sure how to code this. I can send both my HTML form
    and Cfmail form to anybody to review if that would help.
    Thank you.

    I am using Dreamweaver and in the split view mode
    (Design/Preview), I can see my code but the preview pane is blank.
    When my email form would not work, I could see the form in the
    preview pane. However now that the form works, It will not show in
    the preview pane. I know that my IT mgr. moved some tags around
    that enable the form to work. Howerver, I think something is still
    out of wack because I believe that I should still be able to view
    this in the preview mode.
    I apologize for this, but I am new to this Cold Fusion stuff,
    and this is my first attempt.
    Barry

Maybe you are looking for

  • How do i get my itunes and phone info onto a new laptop without losing it all?

    my laptop recently broke and have had to buy a new one. I dont want to lose all the data on my phone, how do i access my itunes libary with all my pics and apps on the new laptop without wiping my phone when i plug it in? thanks

  • Urgent: how to print the contents displayed in JTextPane

    hi all, i've a problem printing the contents typed in styled format in JTextPane, when i print the contents nothing is printed. can anyone tell how can i print the contents typed in styled format or so. the code for implementing the print is given be

  • Problem in package run inside stored procedure

    i have ssis package to import data from excel to database. package is running correctly inside BIDS. but when i run package under stored procedure it is giving error : Error:   Code: 0xC0014023    Source: loop sheets in excel    Description: The G

  • Lost Songs HELP PLEASE!!

    Hi. Ive got a 4GB iPod Nano. I put some new songs in my library and tried to sync my iPod. I had 995 songs in my library. It said this was too many, and something about a playlist. I clicked OK and it synced but i only have 962 songs on my iPod and i

  • My Safari page (with Lion) suddenly doubles in size?

    With Lion, my Safari pages suddenly double in size with a slight movement of my mouse. Any ideas on how to fix this?  Also, with Lion, when I leave my iMac for some period of time, the pages freezes and the cursor point pixilates when I move the mous