Hey,
I think this is quick but i can't find out how to fix it in the support section.
Just want to change website to mobile in contact form and also make it mandatory if possible.
Thanks
Hey,
I think this is quick but i can't find out how to fix it in the support section.
Just want to change website to mobile in contact form and also make it mandatory if possible.
Thanks
Hey!
Open up includes/contact-form.php and replace:
'website' => array('type'=>'text', 'label'=>__('Website','avia_framework'), 'check'=>''), //user website
with:
'mobile' => array('type'=>'text', 'label'=>__('Mobile','avia_framework'), 'check'=>'is_empty'), //user mobile
Regards,
Peter
You must log in to post.