Slider Enquiry Form

Home Forums All Other Themes Slider Enquiry Form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86766
    Lynn HudsonLynn Hudson
    Member
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: December 17, 2016

    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.

    #86781
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to inc/custom-functions.php line number 552 and change it there.

    Regards,
    Dave

    #86908
    Lynn HudsonLynn Hudson
    Member
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: December 17, 2016

    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’] );

    #86959
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Yes, you can change fields/boxes there. What you need.

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.