- This topic has 3 replies, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Slider Enquiry Form
Hi,
I’m using the SKT Landing Page theme.
How do you edit and/or change the fields/boxes in the Slider Enquiry Form?
Thanks for any help.
Hi,
Kindly go to inc/custom-functions.php line number 552 and change it there.
Regards,
Dave
Do you mean line number 1799+
$cform = “<div class=\”main-form-area\” id=\”enquiryform_main\”>”;
$cerr = array();
if( isset($_POST[‘c_submit’]) && $_POST[‘c_submit’]==’Get Free Access’ ){
$name = trim( $_POST[‘c_name’] );
$lastname = trim( $_POST[‘c_lastname’] );
$email = trim( $_POST[‘c_email’] ) ;
$phone = trim( $_POST[‘c_phone’] );
Hi,
Yes, you can change fields/boxes there. What you need.
Regards,
Dave
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]