Contact Form Add On
-
Hi, Greg
I’m using the contact form addon and I’d like to customize the message that is sent from plugin – I’m using the snippet contact-form-email too.
Creating a new field called “phone”, now this field is showed at the first line; before, the message was beginning at the first line.
How could I show the message at the end, plus this new field, after the following piece of code?
(...) // Include Advert price and location at the end of message $mail["message"] .= "\r\n---\r\n"; $mail["message"] .= adverts_price( get_post_meta( $post_id, "adverts_price", true ) ) . "\r\n"; $mail["message"] .= get_post_meta( $post_id, "adverts_location", true ) . "\r\n"; (...)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Contact Form Add On’ is closed to new replies.