I have two submit buttons on a page, one <input type="submit" class="button"> and another <input type="submit" class="button">
I want the second one... but this template is for multiple targets (so it may change (hence form = -1)). Is there a way to make actions designer select from the same <form> as the step before uses? e.g:
Step 1:
form = -1
group = 0
attribute name=username
match=0
Step 2:
form = -1
group = 0
attribute type=submit
match=0
Ok, so that step set the username in the correct spot... now is there a way to make the submit button on the next step use the same form? Remember, this template will be used for multiple targets, so sometimes there will only be one submit button, other times there will be 3+. That's why I'm using form = -1, match = 0. But I'm hoping I don't know about some feature?
I want the second one... but this template is for multiple targets (so it may change (hence form = -1)). Is there a way to make actions designer select from the same <form> as the step before uses? e.g:
Step 1:
form = -1
group = 0
attribute name=username
match=0
Step 2:
form = -1
group = 0
attribute type=submit
match=0
Ok, so that step set the username in the correct spot... now is there a way to make the submit button on the next step use the same form? Remember, this template will be used for multiple targets, so sometimes there will only be one submit button, other times there will be 3+. That's why I'm using form = -1, match = 0. But I'm hoping I don't know about some feature?