Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 04:23 AM
Hi samadhan,
use below code to make variables read only onSubmit of request,
function onSubmit() {
g_form.setVariablesReadOnly(true);
}
Please mark if that helps you!!