Home › Forums › Storm WordPress › Register Form
- This topic has 5 replies, 2 voices, and was last updated 11 years, 8 months ago by Ally.
- AuthorPosts
- March 20, 2013 at 9:30 am #3447DeneysDeBeerParticipant
Hi,
I have linked the register form to my blog. It emails me and adds a record in the mysql database. So that part is working correctly.
What plugin or settings do I need to add/change for my server to email the clients in the mailing list when a new blog is posted ?
Thanking you.
March 21, 2013 at 2:42 pm #3462AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 22, 2013 at 9:03 am #3509DeneysDeBeerParticipantPerfect, I will modify the function to read the correct database. Thanks
March 26, 2013 at 11:21 am #3557DeneysDeBeerParticipantCreated custom Mysql table and edited the Quform database settings to use “submitted entries” tables as well as the costom one. I had to edit the function.php scripted and added the following to get the most recent post information
get_permalink($recent[“ID”]);
get_the_title($recent[“ID”]);
wp_get_attachment_url( get_post_thumbnail_id($recent[“ID”]));
get_post($recent[“ID”], ARRAY_A);Then with that information I created a HTML messages and posted it off to all entries in my custom table using “Bcc” as to hide the recipients.
All working OK
March 26, 2013 at 11:50 am #3558DeneysDeBeerParticipantJust one question why did you not add this php script function as well as documentation in with the “Storm WordPress Theme” purchase, as it would save your clients a lot of time.
I think adding a “Register Form” that has no function or that is partially finished off is a bit of a let down and should be considered to be added in with the next upgrade.
Having said that. Thanks again for getting me up and running
March 27, 2013 at 10:11 am #3574AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.