Forum Replies Created
-
AuthorPosts
-
Stephen Garratt
ParticipantHi,
I figure dout that I needed to setenable_category_by_root_parent=’FALSE’
but I still have the original problem
Stephen Garratt
Participantso I am using this shortcode:
[connections show_org='FALSE' show_image='TRUE' category=32 enable_category_by_root_parent='TRUE' show_addresses='TRUE' show_phone_numbers='TRUE' show_email='TRUE' str_select="Select Region" str_select_all="Show All Regions" show_empty_categories='FALSE' str_contact="Contact" str_home_phone="tel" str_cell_phone="mobile" str_work_phone="tel" str_personal_email="@" str_work_email="@" contact_name_format="%first% %last%" addr_format="%line1% %line2% %line3% %city%, %zipcode% %country%" background_gradient='FALSE' background_color="#fefefe" str_note_head="About my practice"]
to produce this page: https://www.jungiananalysts.org.uk/find-an-analyst/
But I want the dropdown menu to show categories from the root category “35”
Stephen Garratt
ParticipantThanks! That’s really helpful.
Stephen Garratt
ParticipantThanks all working now. Have not yet been able to figure out how to have a different Reply-To to From. but not essential.
Stephen Garratt
ParticipantHi Steve,
I would like to do the following:- Change the ‘from’ parameter to the static ‘webmaster@ludgatehillpsychotherapy.co.uk’
and
- Have a reply-to field which is populated by the email address of the person filling out the form.
I tried to do it like this, but I am a novice…
// Set email to be sent as HTML. $email->HTML(); // Set from whom. $email->from( sanitize_email('stephen@ludgatehillpsychotherapy.co.uk'), sanitize_text_field( 'Ludgate Hill Psychotherapy' ) ); //Set reply to. $email->reply( sanitize_email( $_POST['email'] ), sanitize_text_field( $_POST['name'] ) ); // Set to whom. $email->to( $sendTo, $entry->getName() );Stephen Garratt
ParticipantHI Steve,
Thanks that worked. The form is now sending emails correctly. I would like to change the “sent from”and the “reply to” fields so that the emails don’t register as suspicious but allow recipients to reply directly to the sender. I will look at this today.
thanks,
StephenStephen Garratt
ParticipantHi Steve,
Thanks for the swift response. I manage to get all the way through the update process, but then I test Contact and it still does not work. I then reload the plugins page and find that the plugin has not updated. See the attached images.Attachments:
You must be logged in to view attached files.Stephen Garratt
ParticipantAttachments:
You must be logged in to view attached files.Stephen Garratt
ParticipantSteve,
That’s fantastically helpful.
Thanks,
StephenStephen Garratt
ParticipantHi Steve,
Will this new function allow me to Filter on Custom Field?
NEW: Introduce the cn_search_like_shortword filter.
Stephen
-
AuthorPosts
