close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

PS2+PS3+PS4 & Form Builder or Form Toolkit

Thread began 12/13/2010 9:07 pm by msjj000 | Last modified 12/20/2010 7:25 am by msjj000 | 3525 views | 5 replies

Jason ByrnesWebAssist

You _can_ use either form builder or form toolkit to add the new select list, but it is not necessary.

when adding a new field to the checkout page, you can use Dreamweaver. Go to Insert -> Form -> Select to add the new select list.

You will also need to edit the confirm page to capture the new fomr input.


near the bottom of the confirm page is a collection of hidden element, add a new hidden element using the same name as the select list and set it to capture the selected value from the confirm page:

php:
<input type="hidden" name="selectName" id="selectName" value="<?php echo((isset($_POST["selectName"]))?$_POST["selectName"]:""?>" />





you then need to add a set session value behavior, go to window -> server behaviors. In the server behaviors list, click the plus button and select eCart -> general -> Set session value.

set the name to be the same as the select list.

set the trigger to any form post.

click the lightning bolt next to value and select the new form element.


next you will need to edit the store order summary behavior. double click the ecart store order summary behavior in the server behaviors list. you will need to have added the new column for how did you hear about us, bind this column to the session variable that was created in the last step.

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