This topic has 5 replies, 4 voices, and was last updated 8 years, 8 months ago by pdimaira1.
Viewing 6 posts - 1 through 6 (of 6 total)
It’s showing up as:
Name: [first_name]
Phone: [phone_no]
E-Mail: [email]
Address: [address]
Zip: [zipcode]
Price: [price]
Date Requested: [bk_date]
The variables are not showing up filled out, it is actually showing the bracketed names. Please help!
Kindly replace the below given code in storeup/storeup-niche/storeup-functions.php on line no around 162 i.e, at Admin Notification Message.
/**
* Admin Notification message
*/
$storeup_admin_placeholders = array(
'[first_name]',
'[phone_no]',
'[email]',
'[address]',
'[zipcode]',
'[bk_date]',
'[location]',
'[price]',
'[message]',
);
$storeup_admin_values = array(
$storeup_bk_name,
$storeup_bk_phoneno,
$storeup_bk_email,
$storeup_bk_zipcode,
$storeup_bk_address,
$storeup_booking_date,
get_the_ID( $storeup_bk_location ),
$storeup_bk_price,
$storeup_bk_message,
);
Topic is set to be resolved because of no reply. If you wish to update this topic please reply here instead of creating another topic.
@Pam Hey So i am perusing around here looking for an answer to my question because your support process doesn’t support people not on your timezone and I am having trouble receiving the lead email from a submission. I am assuming you’re using code with a backbone of contact form 7, but I tested it with a catch all and it is not working. This isn’t my job to fix. It should be working. You can’t develop a theme for a niche that relies on form entry and it doesn’t work.
@pdimaira1 We are not using Contact Form 7 for the form Integration. What is not working at your end let us know so that we can help you out. Not all the servers require authentication for sending emails, not all the servers will have the same configurations, not all uses dedicated or VPS hosting, most of them use shared hosting so things might get worst sometime for debugging.
I can understand that you might be facing email sending issue or so. Kindly please elaborate your question so that we can help you out.
Fem, so here’s my issue. When I submit a form entry it notifies me that I submitted one, but the form entry doesn’t go to the administrative email. I don’t understand what the issue could be, but it’s driving me nuts. lol Can you help me tonight please. If I have to stay up all night just to be able to move on I will. I just have no clue where to start.
I tried several emails and none of them worked. After you took a look last night and said that it was working I tried this morning and it worked one time then never again.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.