• luciamyv

    (@luciamyv)


    Hello, I need some help with coding. I’m making a form with only a Message box (no name, email, anything) And I need people to see the massage they wrote after sending, like thank you message with the resume of the text.
    I’ve found this code
    on_sent_ok: “var name = $(‘.wpcf7 input[name=your-name]’).val();var email = $(‘.wpcf7 input[name=your-email]’).val();$(‘.wpcf7’).hide();$(‘.entry-title’).html(‘Thank you’);$(‘.entry-content’).html(‘thank you ‘+name+’ : someone from our office will get in touch with you via ‘+email+’ within 24 hours.’);”

    in another blog but I don’t know how to change specifications to show only [textarea your-message]

    Can you help me?

  • The topic ‘Additional settings code’ is closed to new replies.