asked on August 5, 2019
Hi all.
In my process, I'm using 2 forms (A and B).
I'm using a collection in my form A.
In this collection, I have id_task and a link (using tag <a>)
I wish to load my form B with the variable selected by the user
e.g : form_b?id=1 (if the user clicked the link 1)
Using Javascript, I already set the link.
$('.cf-collection > div').each(function() { $(this).find('.myLink').prop('href','http://server/Forms/form/new/148?id='+$(this).find('#q2 input').val()); }
Now I don't only want a simple link. I would to submit the form.
How can I do?
Thanks in advance.
Regards
0
0