Hello,
I created a adaptive form that submits data to a php script with a Submit to URL link.
And in the post submit event of this button i click another invisible button liek this:
xfa.resolveNode("Countries.#pageSet.Page2.Invisible.Subform2.Button1").execEvent("click");
that also holds a script to upload the file on a server and save same details in a mysql table:
this.event__click.submit.target = "https://serveraddress/2025/submitRDI.php?id_poz=" + xfa.resolveNode("Countries.#pageSet.Page2.Invisible.Subform2.id_pvc").rawValue + "&rng=" + Countries.hiddenFields.RNG.rawValue;
Is there a way to do these 2 actions with 1 button so that after the 1st action is completed the second one will start?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @CilonX,
As I understand I believe you want your button to perform 2 actions. For implementing the use case you follow the below approaches:
Thanks
Pranay
Hi @CilonX,
As I understand I believe you want your button to perform 2 actions. For implementing the use case you follow the below approaches:
Thanks
Pranay
Thank you for these ideas, will try them!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies