nwebie need help
-
Hello,
I need help.
how do I create on the thank you page an if query and then display the field (text or value) and a text and a picture.
I would like to change radio, checkbox and dropdown fields by entering text fields. I found the following instruction.
(Function () {
var tmp = fieldname65,
text = jQuery (‘[id * = “fieldname’ + ’65 _”]’). val (),
radio = jQuery (‘[id * = “fieldname’ + ’43 _”]: eq (1)’);radio.attr (‘vt’, text);
radio.closest (‘label’). contents (). filter (function () {
return this.nodeType == 3;
}). Each (function () {
this.textContent = text;
});}) ()
she goes for checkbox and radio but not for dropdown. The screen display is not replaced but only expanded. where is the error in the ad.
how does that work for dropdown?
is that also possible for the values?
many thanks for your help.
- The topic ‘nwebie need help’ is closed to new replies.