How do I hide a submit button for catalog items in now mobile app
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 06:27 AM
Hey guys this is an urgent requirement form one of my client
How do I hide a submit button for catalog items in now mobile app
Thanks in advance
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 11:42 PM
Hi @JOYSON VEGAS ,
You just need to return false in an on submit client script
Code:
function onSubmit() {
//Type appropriate comment here, and begin script below
return false;
}
Please mark my answer helpful if it resolves your query.
Thanks,
Danish