corum999
Forum Replies Created
-
Is there a default value field for a Radio Button element like there is for a Single Line Text element? I think Dropdown Select elements have the same situation.
For example, I have a radio button with 2 options, “1” & “2”. I need to have the URL variable select “2” in the radio button element when the page loads. I can have the URL contain: https://www.test.com/form2?radiobutton=2&foo=hello
I have it working great using {get:foo} for my Single Line Text elements. Where do I put {get:radiobutton}?
Hi Josh,
I guess my main question still is how do you include a variable in a URL that will drive the selection of a radio button on a form? I can add the variable to the URL ok but can’t figure out how to get that variable (i.e. “1”) to have the radio button choice get selected on the 2nd form.Hi Josh,
thanks for the tip. I was building the redirect URL with my variables in a redirect processor but based on this approach are you saying that I don’t have to do any of that?Some additional details that I have found: Using the php min() function works for the data entry and email. using the javascript Math.min() function works on the screen in the form. I was stumped as to why the pow() function used in the Loan Calc demo was working until I found a fix made in field.php specifically to str_replace ‘pow(‘ with ‘Math.pow(‘.
Can this fix be updated to address additional javascript math functions so we can use more than POW()?Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Conditional logic not workingHi Josh, I tried out your form in Chrome Version 43.0.2357.124 m and the radio buttons and sliders seem to be working on the form for me (I see the dropdown & text box appear, and sliders are reading my selection). I didn’t submit yet. What browser are you testing in?