close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Submit Button Does not Display

Thread began 2/01/2011 10:29 pm by bill420487 | Last modified 4/06/2011 7:05 am by Jason Byrnes | 2663 views | 7 replies |

bill420487

Submit Button Does not Display

I have created a form in Form Builder. The submit button shows up in Form Builder and on the Dreamweaver page. It will not show up in Live View, on my test server or the production server. The entire form displays minus the the Submit button.

Here is the code for the button:

<input class="formButton" name="Consult_submit" type="submit" id="Consult_submit" value="Submit Consultation Form" onclick="clearAllServerErrors('Consult_Brassy_CSIForm')" tabindex="18" />

I have tried everything. Each time I go into your software to try to fix it, when I save the form again, I get another Submit button. In fact, if I didn't delete them, I'd have about 30 submit buttons by now.

This is the second issue I've had with Form Builder, and I'm pretty confident the issue is your program, as it was with the last issue, which really makes me resent having to get support this way for a broken product.

Sign in to reply to this post

Jason ByrnesWebAssist

please post a link to your page where I can see the issue to trouble shoot
the cause.

Sign in to reply to this post

bill420487

Originally Said By: Jason Byrnes
  please post a link to your page where I can see the issue to trouble shoot
the cause.  



consult.php

Sign in to reply to this post

neilo

Hi William,

The button needs to be between the <form> </form> tags.

Find the block of code:

<p><span class="formItem"><span class="buttonFieldGroup">
<input class="formButton" name="Consult_submit" type="submit" id="Consult_submit" value="Submit Consultation Form" onclick="clearAllServerErrors('Consult_Brassy_CSIForm')" tabindex="18" />
</span></span></p>

and cut and paste it just before the closing </form> tag. Then remove the '<span class="formItem"> and </span>' (coloured blue) from that pasted block of code.

The button should now appear in your form.

You may also want to remove the left margin from the form.Brassy_CSIForm input.formButton rule at line 191 of your webassist/forms/fd_brassy_csiform.css stylesheet:

form.Brassy_CSIForm input.formButton {
margin: 0; /* changed from 0 0 0 50px */
padding: 0;
}
Sign in to reply to this post

deadvoices

Having the exact same problem

contact.php

Any ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

In source view, you page ends abruptly just after the captcha, I suspect a php error is occurring, add the following code at line 1 of the page to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

deadvoices

That didnt work, error messag says

"Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /customers/atone.no/atone.no/httpd.www/contact.php:5) in /customers/atone.no/atone.no/httpd.www/webassist/form_validations/wavt_validatedform_php.php on line 3 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /customers/atone.no/atone.no/httpd.www/contact.php:5) in /customers/atone.no/atone.no/httpd.www/webassist/form_validations/wavt_validatedform_php.php on line 3 "

At the top of the page.

Sign in to reply to this post

Jason ByrnesWebAssist

see the following post for details on the headers already sent error:
showthread.php?t=19285

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...