oidamo
Forum Replies Created
-
Perfect, thanks a lot!
Thanks a lot for you answer!
Is there a way to hide the displayed page number (e.g., “page 1 of 3”) in the top left corner?
Thanks a lot for your detailed answer!
The second option (using code to show/hide the next page button) looks like less hassle to me.
Is there a way to define dependencies with multiple radiobuttons? For example, display the next page button if the user selects in fieldname1 option A and in fieldname2 option B.
Thank you very much for your quick reply!
Is it possible to show the next button conditionally, for example only if a radio button is ticked? In the dependencies I cannot select the fieldname corresponding to the page break.
The equation worked, thanks for your help!
One more question: How can I return the text a user entered into a single line text field into another single line text field?
- This reply was modified 3 years, 4 months ago by oidamo.
I already tried this but it does not work. The return field (fieldname4) is not a calculation field but a number field because I want the user to have the possibility to override the result of the calculation. Is this the problem?
Thanks a lot for your quick reply, your equation worked like a charm.
I’m using “,” as a decimals separator symbol but the return in fieldname4 has “.” as seperator. How can I change this?
One more question: I want to have a button which copies the created sentence into the clipboard.
I tried to use this code
jQuery('[id*="fieldname2_"]')[0].select();document.execCommand('copy');
but it does not work. What am I doing wrong?
Perfect, thank you very much!
Great plugin and great support, thank you very much!
Can I also use the content of more than one field? I have 3 single line text fields (e.g., first name, last name, city) an want to use the text entered by the user in a sentence (e.g., “Welcome [first name] [last name] from [city] to my site.”)
Thank you very much for your explanation! Now the value of the chosen drowpdown option is displayed.
Is there a possibility to include the value in a predefined sentence, for example “Thank you vey much for choosing option [value] which is a very good choice”?
Sorry, I still don’t get it.
I have a dropdown (fieldname1) with the options A and B which have the following text/value:
text: “Option A includes …”, value: A
text: “Option B includes …”, value: BIn another field (fieldname2), which is, e.g. an instruction field, I want to output the value of the chosen option in the label of the field:
“Thank you for choosing option A”.
Where exactly do I have to put the equation you mentioned?
Thank you very much for your quick reply!
I want to use the value not for a calculation but output the value as text in the label of another field (similar to the original post). Is this possible?