Lead Form: How to add a Thank You page and more

Discussion in 'Blackriders WordPress Theme' started by narina, Mar 1, 2014.

  1. narina

    narina New Member

    Joined:
    Jan 13, 2014
    Messages:
    7
    Likes Received:
    0
    Hi, I have a couple of questions about the Blackriders theme lead form on the main page.

    1) How do I connect the form to a mailchimp.com account? Is there a way I can post the code from Mailchimp to the Blackrider theme? This will help me automatically input people to my list on mailchimp.com (mailchimp.com is like constant contact, to send automatic emails, etc)

    2) When people submit their name, email and message on the main page form, how do I send them to a separate page once they click submit? For example, a "Thank You" page.
    OR
    How do I change the text and font color of the text they see upon submitting the form? Right now, it has the default "Back" button and the message "Your Message has been successfully submitted and mail sent" appears white so it's impossible for the person to see. I attached a screenshot to show you where I highlighted the text so you would see.

    I also attached a screenshot of what I see in the Theme Options for the "Lead Capture Settings" and I don't see an option to modify the Thank you text or put a link to theThank You Page.

    I hope to receive a reply soon, thank you! :)
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    2) You can change submit message from
    blackridertheme\functions\leads_form\leads_class.php

    thankyou.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. narina

    narina New Member

    Joined:
    Jan 13, 2014
    Messages:
    7
    Likes Received:
    0

    Thanks, how do I change the text color of the submit message?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sucess-send h2{
    color:red;
    }
    .sucess-send a{
    color:red;
    }
     
    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     
  5. narina

    narina New Member

    Joined:
    Jan 13, 2014
    Messages:
    7
    Likes Received:
    0
    Thank you! :) I have a few more questions.

    1) How do I rearrange the order of the form fields? For example if I want the “Phone” field to appear before the “Email” field.

    2) How do I reduce the size of the blue form? Mainly if I have 2 fields, how do I remove the extra blue on the bottom?

    3) How do I make certain fields optional for people to fill out? For example, I want the Name, Email to be required but Phone and Message to be optional. How do I do that? The field edit button only allows me to edit the Field name and not what is required/optional.

    Thank you, I really appreciate it! :)
     

    Attached Files:

  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Go to Appearance > Custom Leads Form
    and delete current fields and re-create the fields in the order in which you want.

    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .signinformbox_wrapper {
    height: 336px;
    } 
    Adjust its value as per your requirements.

    3. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page