Pre-Populate Fields – only limited fields??
-
Hello,
we want to use pre-populate fields to prefill forms for our clients and send the link with prefilled data. I am trying to get it going with a test-form you can find it on the link above.
Filling out the data and sending it, the some data is transferred to the second form as wanted. I found out that input in radio-buttons are not transferred at all, so I excluded them from the form. But it seems that it only transferres a limited number of text fields, email-fields and textarea fields. I include the code below, so you can check that. The first four fields are working well (text field, email field, text field, textarea field). Checkboxes are also working well, doesn’t matter if hided due to conditions. That’s great.
But the text field, email field and texarea field below Checkbox1 is not transferred. I can’t find any reason. First I thought that the condition in checkbox 1 creates the problem. But it’s still there when I cancel the condition.
I would appreciate you help very much!
Best regards,Ilonka
Code for Test-1 (Akquise) – first form:
<label> Dein Name [text your-name] </label> <label> Deine E-Mail-Adresse [email your-email] </label> <label> Betreff [text your-subject] </label> <label> Deine Nachricht (optional) [textarea your-message] </label> <label> Checkbox 1</label> [checkbox checkbox-944 exclusive use_label_element default:0 "A" "B" "C"] [group group-174] <label>Checkbox cond</label> [checkbox checkbox-cond exclusive use_label_element default:0 "m" "w" "d"] [/group] <label> Anderer Text [text text-516]</label> <label> Weitere Mail-Adresse [email email-447]</label> <label> Bemerkungsfeld [textarea textarea-113] </label> <label> Checkbox 2</label> [checkbox checkbox-943 exclusive use_label_element default:0 "X" "Y" "Z"] [submit "Senden"]
Code for Test-2 (Kunde) – second (receiving) form
<label> Dein Name [text* your-name default:get] </label> <label> Deine E-Mail-Adresse [email* your-email default:get] </label> <label> Betreff [text* your-subject default:get] </label> <label> Deine Nachricht (optional) [textarea* your-message default:get] </label> <label> Checkbox 1</label> [checkbox* checkbox-944 exclusive use_label_element default:get default:0 "A" "B" "C"] [group group-174] <label>Checkbox cond</label> [checkbox* checkbox-cond exclusive use_label_element default:get default:0 "m" "w" "d"] [/group] <label> Anderer Text [text* text-516 default:get]</label> <label> Weitere Mail-Adresse [email* email-447 default:get]</label> <label> Bemerkungsfeld [textarea* textarea-113 default:get] </label> <label> Checkbox 2</label> [checkbox* checkbox-943 exclusive use_label_element default:get default:0 "X" "Y" "Z"] [submit "Senden"]
The page I need help with: [log in to see the link]
- The topic ‘Pre-Populate Fields – only limited fields??’ is closed to new replies.