Hello
is it possible to add in a javascript confirm to button_submit in the form? so if user submit the form it will ask for confirmation before proceeding. i tried to add it myself however the cancel button in confirm popup box doesnt stop the form from submitting, i have tried various method however none of them seems stopping the form
i've tried from onclick to submit triggers yet it still continue the submission process, any suggestion what should i do?
thanks