How to edit contact form

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1027
    DB34000
    Member

    Hi,
    I would like to change some of the functions of the contact form but can not find the code. How do I change the human check code to add up to 15 (5+10) not 13 as present?

    Also, how do I change the Web URL code to not require http:// (only www)?

    Thank you in advance.

    #1029
    livemesh
    Keymaster

    Pls check the file contact-shortcodes.php in {theme directory}/framework/shortcodes/ folder (and sendmail.php in the /scripts/ folder if you need to).

    You may have trouble with changing URL validation behaviour since it is handled validate JS. You can download the source from

    http://jqueryvalidation.org/validate/‎

    link the theme to it, and change the JS file if you really need to. Let me know if you need further help on this. Thanks

    #1177

    Hello,

    I have two questions about the contact page?

    1) how to change the email address to send the message (eg wordpress@domaine.com) by an address chosen?

    2) we can receive information on multiple addresses?

    thank you in advance! 😉
    Regards!

    #1203
    livemesh
    Keymaster

    Hi,

    When you edit the contact page, you will find the contact form shortcode. Please specify the email address in the shortcode as shown below

    [contact_form mail_to="admin@example.com"]

    If you want the same message to be sent to multiple addresses, then specifying multiple addresses with comma separation might do the trick. Please see the snippet below.

    [contact_form mail_to="admin@example.com,info@example.com"]

    Hope that helps. Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.