This topic contains 3 replies, has 0 voices, and was last updated by Anonymous 8 years, 7 months ago.
- AuthorPosts
- July 4, 2012 at 7:58 am #1068
AnonymousHi,
I have a form which I’ll send to users via email with a form link in it.When user submits a form and it goes to next stage, I dont want user to submit that form again as there will be a link in email which can be used to create a new instance.
Regards,
July 5, 2012 at 3:34 pm #6170Create a role for your user and send the notification to that role. Make sure that the state of the submit button is hidden or disabled for that role in the relevant workflow stage. Our help guide covers setting the state of objects based on role and workflow stage: /Documentation/manual/html/?fa_setting_a_series_of_states_on_.htm.
Make sure to give your user a way to CLOSE the instance (rather than submitting it). If a user closes a browser tab while an instance is open that instance will be locked until the time-out period has been reached. I like to put a button with a large, bold X in the top right corner of my forms. When pressed it uses a Close behavior object.
July 7, 2012 at 11:12 am #6175
AnonymousHi,
Got it.
Now im facing another problem.If I send a form to 2 users who are not PerfectForms users but are in my Domain.It goes to both of them with a form link in their emails.User A opens form thorugh link, fills it out and submits it.User B opens form through email link and when opens form,same form opens as filled by user A. And when user A submits it the form moves to next stage which is last stage and hence it is closed where as user B has not filled it up yet.I have to sent forms to more than 5 users at the same time.
So how can we accomplish this.
Regards,
July 9, 2012 at 11:45 pm #6177Set a condition on the join path to the closed stage that says user A AND user B must have responded before moving to Closed stage.
- AuthorPosts
You must be logged in to reply to this topic.