Hi venderkerkoff,
I made 2 examples for you, the first using Javascript and the other using
Jquery:
1- Javascript
Just create radio buttons group named "group1" and give each button a value
contains (the url of the new action of the form), then click on the button
(CLICK ME) to call the function (
Hi hedgomatic,
I just noticed something about your code,
in the highlighted line, I think it should be
elements.push(wordsSelected+',');
instead of
Array.push(wordsSelected+',');
I tried the code like that and it works for me.
Thanks
Qutoz.
$(".button").click(function() {
elements
2 matches
Mail list logo