close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Change a text field to a dropdown on the update page

Thread began 12/10/2019 2:34 pm by Gizza372666 | Last modified 12/10/2019 7:08 pm by Ray Borduin | 284 views | 3 replies |

Gizza372666

Change a text field to a dropdown on the update page

Hi!
Can you please help me?
I want to change the following text field to a dropdown in the update page:
The db needs to store and retrieve integer values 1 or 0.
When is 0 text on the dropdown to be: 'Customer Request Completed'
When the value is: 1 the dropdown to be: 'Active Customer Request'

Here is the section which I will need to change:
========================

<label for="UserEmailVerified" class="sublabel" >Requeste Activated:</label>
<input id="Paula" name="Paula" type="text" value="<?php echo((isset($_GET["invalid"])?ValidatedField("tblMembersupdate","Paula"):"".$WADAtblMembers_update->getColumnVal("Paula") ."")); ?>" class="formTextfield_Large" tabindex="23" title="Please enter a value.">


=============================
I hope it make sense what I'm trying to do.
Thanks

Sign in to reply to this post

Ray BorduinWebAssist

php:
<label for="UserEmailVerified" class="sublabel" >Requeste Activated:</label>

<select id="Paula" name="Paula">
  <option value="0" <?php echo((isset($_GET["invalid"])?ValidatedField("tblMembersupdate","Paula"):"".$WADAtblMembers_update->getColumnVal("Paula") ."") == 0?"selected":""); ?>>Customer Request Completed</option>
  <option value="1" <?php echo((isset($_GET["invalid"])?ValidatedField("tblMembersupdate","Paula"):"".$WADAtblMembers_update->getColumnVal("Paula") ."") == 1?"selected":""); ?>>Active Customer Request</option>
</select>
Sign in to reply to this post
Did this help? Tips are appreciated...

Gizza372666

Thanks!

You are a star!!!
How can I change the font colour?
I want the following to be red:
Active Customer Request
Thats the final question for this issue.
Thanks in advance.

Sign in to reply to this post

Ray BorduinWebAssist

You should be able to add a style tag to the option... it may not work on all browsers:

<option style="color:red" value="1" <?php echo((isset($_GET["invalid"])?ValidatedField("tblMembersupdate","Paula"):"".$WADAtblMembers_update->getColumnVal("Paula") ."") == 1?"selected":""); ?>>Active Customer Request</option>

Sign in to reply to this post
Did this help? Tips are appreciated...

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