close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Missing Values

Thread began 7/07/2010 4:25 pm by rob294118 | Last modified 8/16/2010 8:23 am by Jason Byrnes | 2908 views | 11 replies |

rob294118

Missing Values

I have a form designed with Form Builder. The list boxes do not send any values. This is what I get:

Contact Info group Confirm by: Array
Project Purpose group Services desired: Array

The form can be viewed here: OnlineDesignQuote.php

Sign in to reply to this post

Jason ByrnesWebAssist

when working with multiple select lists, you need to use the PHP implode function to convert the array to a comma separated list:

php:
<?php echo((isset($_POST["Project_Purpose_group_Services_desired"]))?implode)", "$_POST["Project_Purpose_group_Services_desired"]):""?>
Sign in to reply to this post

rob294118

Code

Where do I put this code?

Shouldn't the Form Builder do this for me? It is a redefined form. I didn't changed anything.

Thanks.

Sign in to reply to this post

rob294118

It's a "predefined" form.

Sign in to reply to this post

Jason ByrnesWebAssist

form builder does not create any code to process the form when it is sent, you need to create the code that processes the form values when it is sent.

this code should be used to output the form values on the page or in an email.

Sign in to reply to this post

rob294118

Error

The php code gives me a syntax error:

Parse error: syntax error, unexpected ')' in /homepages/20/d184490718/htdocs/PyxelsDesignStudio/WA_Universal_Email/Email_Templates/design_quote.php on line 11

Sign in to reply to this post

rob294118

Error in Code

What should the code be? This gives me an error. Thanks.

<?php echo((isset($_POST["Project_Purpose_group_Services_desired"]))?implode)", ", $_POST["Project_Purpose_group_Services_desired"]):"") ?>

Sign in to reply to this post

Jason ByrnesWebAssist

sorry, slight syntax error. it should be:

php:
<?php echo((isset($_POST["Project_Purpose_group_Services_desired"]))?implode(", "$_POST["Project_Purpose_group_Services_desired"]):""?>
Sign in to reply to this post

rob294118

Thanks Jason.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post
loading

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