Which is triggered by a “calculate” button. i.e. dynamically evaluate is turned off in the form settings. “myvar” is a variable that is created in the shortcode (if that matters).
This works and it sucessfully redirects to the URL, and evaluates myvar and fieldname4 on button click.
However, I also need it so that the text on the button itself contains the “myvar” value, but of course this can’t happen because I’m not dynamically evaluating.
Is there a way to still make the button redirect to the URL as above, but also for the button to contain the “myvar” value as soon as the page loads?
@codepeople I’ve ran into a problem that I was hoping you could help with.
I have 2 different forms, with two different variables (set up as above), but the second form doesn’t have the button text updated using your HTML code. Is there anyway to make this work for multiple different forms with different variables ont he same page?
I figured it out, when referencing with multiple forms, the second form needs _2, third needs _3 etc. for the fieldnames even when there’s no overlap. I added the _1 just for uniformity.
Thanks again for your help, all working well now!
This reply was modified 3 years, 3 months ago by nealbo.