Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call a function on radio select #395

Open
ninoserveone opened this issue Apr 20, 2020 · 0 comments
Open

Call a function on radio select #395

ninoserveone opened this issue Apr 20, 2020 · 0 comments
Assignees
Labels

Comments

@ninoserveone
Copy link

I'd like to know how to call a function when a radio is selected. This works with plain form (without cf) but doesn't seem to work with cf:

<input type="radio" value="writelist" name="option2" cf-label="Write List" onclick="grabName();"/>

What the function does is grab the value of the first question and display it inside a span with id generated when the radio is clicked.

         function grabName() {
        var fname = document.getElementById("name").value;
            document.getElementById("generated").innerHTML = "Hello, " + fname; + "!";

        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants