close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

I need some help with validation

Thread began 3/04/2009 7:10 am by sommar340908 | Last modified 3/04/2009 11:15 am by sommar340908 | 5436 views | 6 replies |

sommar340908

I need some help with validation

hi,
i made a form but on the very beginnig i have a list/menu with 2 entries. the validation works fine for all other fields, exept for the list/menu.
here is the script, i hope anybody can help me with this

thank you

<label for="Anrede" >
Anrede: <br />
<select name="Anrede" id="Anrede">
<option selected="selected">Bitte Ausw&auml;hlen</option>
<option value="Herr" <?php if (!(strcmp("Herr", (ValidatedField("contact","Anrede"))))) {echo "selected=\"selected\"";} ?>>Herr</option>
<option value="Frau" <?php if (!(strcmp("Frau", (ValidatedField("contact","Anrede"))))) {echo "selected=\"selected\"";} ?>>Frau</option>
</select>
<input name="addblock" type="text" id="addblock" style="display:none" value="" />
<br />
<?php
if (ValidatedField("contact","contact")) {
if ((strpos((",".ValidatedField("contact","contact").","), "," . "1" . ",") !== false || "1" == "")) {
if (!(false)) {
?>
<p class="promo">* Bitte geben Sie ihre Anrede ein</p>
<?php //WAFV_Conditional contact.php contact(1:)
}
}
}?>

Sign in to reply to this post

Ray BorduinWebAssist

add : value="" to your top option.

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

sommar340908

hi ray,
i did this before but it won't work

Sign in to reply to this post

Ray BorduinWebAssist

It should... what is your validation code on top of the page?

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

sommar340908

ray, i did it again now with the value. but the selected value "Auswahl" means only "select" (in the code below it is in german). so if i don't touch the list/menu the validation don't tell me that i should choose between "Herr" or "Frau".

the validation code on top = $WAFV_Errors .= WAValidateRQ(((isset($_POST["Anrede"]))?$_POST["Anrede"]:"") . "",true,1);


<select name="Anrede" id="Anrede">
<option value selected="selected">Auswahl</option>
<option value="Herr" <?php if (!(strcmp("Herr", (ValidatedField("contact","Anrede"))))) {echo "selected=\"selected\"";} ?>>Herr</option>
<option value="Frau" <?php if (!(strcmp("Frau", (ValidatedField("contact","Anrede"))))) {echo "selected=\"selected\"";} ?>>Frau</option>
</select>
<input name="addblock" type="text" id="addblock" style="display:none" value="" />
<br />
<?php
if (ValidatedField("contact","contact")) {
if ((strpos((",".ValidatedField("contact","contact").","), "," . "1" . ",") !== false || "1" == "")) {
if (!(false)) {
?>
<p class="promo">* Bitte geben Sie ihre Anrede ein</p>
<?php //WAFV_Conditional contact.php contact(1:)
}
}
}?>

Sign in to reply to this post

Ray BorduinWebAssist

make sure it has:

<option value="" selected="selected">Auswahl</option>

other than that it should work.

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

sommar340908

ray

this solved my problem ;)

thank you very much

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