close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Checkbox failing to show correct retrieved value

Thread began 5/07/2012 2:42 pm by Paul | Last modified 5/08/2012 11:53 am by Paul | 722 views | 2 replies |

PaulBeta Tester

Checkbox failing to show correct retrieved value

I have a checkbox on an Update page created with DA.
When the checkbox is ticked the value 1 is saved to MySQL ok.
When unticked, a value of 0 is saved. All good there

However, on returning to the form after an update, the check box is failing to show checked or unchecked, according the the value saved in MySQL record.
Instead it shows checked even when the MySQL value is = 0.

Here is the checkbox code;

html:
<label  for="checkbox-01"><input name="eoi-notification" type="checkbox" id="checkbox-01" value="1" checked <?php if (!(strcmp($row_GetUser['hoNotification'],1))) {echo "checked=\"checked\"";} ?> /> Alert me with an email when an expression of interest has been made.</label>



My other radio, drop down and text fields retrieve and show the value as expected.

Any ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

right after the value, it is setting the box as checked.

change:
value="1" checked


to:
value="1"

Sign in to reply to this post

PaulBeta Tester

Well how-a-bout that!

I was looking too hard.

Thank you Resolved.

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