Hi,
I have a requirement where in i have to disable the submit button after a user clicks on it once.
Any pointers on how this can be achieved?
Regards,
Ankit
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Seems, I have found solution which doesn't require a big coding.
<xforms:setvalue ref="TextField1" xforms:value="5555"/>
<xforms:send xforms:submission="save"/>
~ Konstantin
Hi Ankit,
Sorry, but in How to enable & disable Submit & Save button using Form Builder??? the question is a little different
What exactly did you need?
If you need to show the Submit button once input fields are filled up this is one thing. This solved simple and without any customizations: just go to the Rules tab of the Submit button and specify the rules. But I would suggest you to make input field as required.
Or you want to show button after one click on this button? This is not quite simple and may would need some customization (write some code).
My requirement is that the sumbit button should get disabled after clicking it omce so that the user can not re-submit the form with the same data. Any pointers to this would be very helpful.
Hi Konstantin Melnik,
Thanks for replying. This solution has worked out perfectly.