Use JS to insert a button before the submit button and add a click event handler to the new button that clicks the 'X' button.
@TomG I will try this, thank you. Where would the JS be inserted? Can't the only places JS be used is in each question? Thank you. -Mike
>
@MikeB said:
>
@TomG I will try this, thank you. Where would the JS be inserted? Can't the only places JS be used is in each question? Thank you. -Mike
JavaScript can also be placed in the survey header or footer...place it inside a `<script>` tag.
Ok, I am struggling to get this to work. The best I got was a button at the very bottom of the left corner. Nothing I did to specify where I wanted it seemed to work, so I just used body and that was the only one that actually displayed.
!
I am trying to put it in <div id="Buttons"..., but it isn't working.
<div id="Buttons" role="navigation"><input id="NextButton" class="NextButton Button" title="SUBMIT" type="button" name="NextButton" value="SUBMIT" data-runtime-disabled="runtime.Disabled" data-runtime-aria-label="runtime.ariaLabel" data-runtime-hide="runtime.Hide" page-id="P_1580394298296" aria-label="SUBMIT"></div>
This is exactly what I am looking for...i just added HTML to developer in the browser. added another input, changed the values.
!
I'm looking for any JS wizards that have done this in the past that I can leverage? This goes beyond my knowledge.
Thanks,
Mike