Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335961

    hi, I need to send email from the form with the reference page ..
    I tried it with a shordcode [page_title]:

    function myshortcode_title( ){
    return get_the_title();
    }
    add_shortcode( ‘page_title’, ‘myshortcode_title’ );

    but nothing to do ..
    you have any suggestions? you can do it?
    would be fine in the message that comes …

    #337883

    Hey!

    Refer to this topic:
    https://kriesi.at/support/topic/contact-form-indicator/

    Cheers!
    Josue

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