close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Different Page Redirect following insert based on form data

Thread began 1/31/2010 11:32 am by Daryl | Last modified 3/19/2010 2:04 pm by Daryl | 4009 views | 21 replies

Eric Mittman

I did a bit of testing on this and determined that you do not have the proper element names in the if statement. It looks like you are referencing the id instead of the name for most of these. When an element is posted it is posted under the name of the element, not the id. This is the trick to working with radio groups, if you have two radio buttons with the same name they will be in the same group. You need to ensure that they each have a unique id though.

When I update the if statement to work with the names of the elements it seems to work as expected, here is the updated if statement that I found to be working:

php:
if((isset($_POST['House_Keeping_group_Council_Tax']) && $_POST['House_Keeping_group_Council_Tax'] == 1) || (isset($_POST['House_Keeping_group_TV_Licence']) && $_POST['House_Keeping_group_TV_Licence'] == 1) || (isset($_POST['House_Keeping_group_Water_Company']) && $_POST['House_Keeping_group_Water_Company'] == 1) || (isset($_POST['House_Keeping_group_Council_Tax_2']) && $_POST['House_Keeping_group_Council_Tax_2'] == 1) || (isset($_POST['House_Keeping_group_TV_Licence_2']) && $_POST['House_Keeping_group_TV_Licence_2'] == 1) || (isset($_POST['House_Keeping_group_Water_Company_2']) && $_POST['House_Keeping_group_Water_Company_2'] == 1)){



You should make sure to updates yours like this, also make sure that you have the else statement to set the alternative redirect page.

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