When using a button to submit using RULES (rather then making the button a submit option) I have it change a few fields properties, generate an ID number for the request etc etc, but once submitted I want the form to open back up cleared of any data. Because I am using a button the submit options under the Data tab doesn't work and I don't want user using the ribbon.
If I change the button to submit using the SUBMIT option within the button then it doesnt allow any action rules to be assigned so I can't generate an ID number for the request etc.
So how do I get a button to submit a form using rules, change all the properties I need changed, then reopen the form cleared of any data? The best I can get now is the form remains open with all the fields populated by whatever the user put in there, they would have to delete the data in the field that doesn't apply to their new request.
Using the infopath web part isn't really an option right now or I would go that route.