close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

After Form Submit

Thread began 5/11/2011 2:30 pm by theorytl401135 | Last modified 5/12/2011 11:24 am by Jason Byrnes | 1627 views | 5 replies |

theorytl401135

After Form Submit

How can I after the form submit do two different things.

1. Customize the status bars that you guys have already placed for Form builder. I want to setup my own progress bars and messages after they submit.

2. I also would like to in some cased just post a message after the form has been submitted saying that the form has been submitted, and style it with CSS to be green or something. how can I do that?

Sign in to reply to this post

Jason ByrnesWebAssist

1) We do not support modifying the progress bars.

2) Set the forms actin to pass a querysting variable:

mypage.php?sent=true


then add code to show the message if the questrystring variable is set:

php:
<?php

if(isset($_GET['sent']) && $_GET['sent'] == "true") {
    echo(
"<span style=\"color: green;\">The form was submitted</span>");
}
?>
Sign in to reply to this post

theorytl401135

Ok this helps me out, I guess I could just create my own pop-up after submit the.....

You have any other suggestions or techniques that I could add to my skill set?

Sign in to reply to this post

Jason ByrnesWebAssist

"You have any other suggestions or techniques that I could add to my skill set? "

that's a very broad question, I would suggest reading some PHP / MySQL Getting started books available from your local borders.

Sign in to reply to this post

theorytl401135

yeah I need to, thanks man

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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...