- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Highlights
I forgot to mention that if you want to keep it that way every time the form reopens, I suggest you add an if statement when the document loads itself to turn off the highlights (docReady, formReady, initialize, calculate) whichever is the more appropriate.
Submit Button
Verify the order in which you execute submitting the email and hiding the button. Make sure you send the email after hiding the button.
Also after sending the email you can put the button back to visible in case the user cancelled sending the email and needs to send it again.
When you achieve being able to keep the button hidden when reopening the form from the email, you can add the following code to any of the submit button's events mentioned above.
*Note: even if you change the highlight field option with code, the user will always be able to change that highlight at any moment using Reader. If you want to avoid that you'd have to change the fields to read only.
Hope this will help
Views
Replies
Total Likes