Hi,
its possible to put two different submit buttons, for example to have different redirect in submit action?
The data array after submit don't contain the id/name and value of buttons:
Button1
<button class="ui button green c2a secondary" type="submit" name="continua" id="continua" value="0" data-selections="0" data-message="Please make a selection from the list">Submit 1</button>
Button2
<button class="ui button green c2a secondary" type="submit" name="continua" id="continua" value="1" data-selections="0" data-message="Please make a selection from the list">Submit 2</button>
Thank you in advance for any suggestion
E.
its possible to put two different submit buttons, for example to have different redirect in submit action?
The data array after submit don't contain the id/name and value of buttons:
Button1
<button class="ui button green c2a secondary" type="submit" name="continua" id="continua" value="0" data-selections="0" data-message="Please make a selection from the list">Submit 1</button>
Button2
<button class="ui button green c2a secondary" type="submit" name="continua" id="continua" value="1" data-selections="0" data-message="Please make a selection from the list">Submit 2</button>
Thank you in advance for any suggestion
E.