How do I hide a submit button for catalog items in now mobile app

JOYSON VEGAS
Tera Contributor

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

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