Home › Forums › Quform WordPress › Version 1.4
- This topic has 12 replies, 2 voices, and was last updated 11 years, 9 months ago by josef777.
- AuthorPosts
- January 25, 2013 at 11:40 pm #2422josef777Participant
1- You missed to add HH MM to the time field to force a customer to select Time and make it required and not submit with the already selected time just like the date field.
———————–
2- All fields in the autoreply email are not submitted but all those fields that were submitted are without the labels and if i add labels the labels will be sent with the autoreply with empty Values .
So sending autorely without labels is bad and sending labels with empty fields is bad as well .
All what i need in the auto reply is :Dear {Title|2} {Full name|1}
Below is your submission to our company , thank you and will get in touch shortly
thank you for your order !My Company
{All Sumitted fields here}
————————————————–
3- how can i show the Group title in the notification and Autoreply emails , if i put them in the form i want to show them in the email as well . the group titles are very important to me see http://vienna-limos.com/test-page/Thanks
January 26, 2013 at 3:28 am #2423josef777ParticipantJust to give you an idea , I use a different form builder and this is how it is there , and i am sure it can be done here as well .
the first image is where you setup the autoreply content and the second one is how the customer receives the email with a nice table.
Attachments:
You must be logged in to view attached files.January 28, 2013 at 11:58 am #2447AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
January 28, 2013 at 10:44 pm #2454josef777ParticipantThank you Ally , All is working Fine and exactly how it should be , I hope you will make it like that in the future to save us lot’s of editing after each update .
I need your help with another small thing , I have in my form few groups with conditional logic and each group is a different Service , and as i said before i would like to show the group title if that group is selected , please have a look at form located here to see what i mean http://vienna-limos.com/test-page/Here is my working email Content
<table width="100%" border="0" cellpadding="2" cellspacing="0" style="border-collapse:collapse;">
<?php $elements = $form->getElements();
foreach ($elements as $element) : ?>
<?php if (!$element->isHidden() && (!$element->isEmpty() || ($element->isEmpty() && $form->getNotificationShowEmptyFields()))) : ?>
<tr>
<th scope="row" style="font-size: 12px;border: 1px solid #F0F0F0;padding: 10px;text-align: left;vertical-align: top;width: 150px;"><?php echo esc_html($element->getAdminLabel())?></th>
<td style="border: 1px solid #F0F0F0;font-size: 12px;line-height: 20px;margin-bottom: 9px;padding: 8px 10px;">
<?php echo $element->getValueHtml(); ?>
</td>
</tr>
<?php endif; ?>
<?php endforeach; ?>
</table>
January 29, 2013 at 3:09 pm #2464AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
January 29, 2013 at 4:51 pm #2466josef777ParticipantThanks
February 1, 2013 at 4:18 pm #2580josef777ParticipantAny news on how to show group Titles in Notifications and Autoreply Emails ?
This is the only thing left for me to go live with the Forms .Thanks
February 3, 2013 at 9:43 am #2598AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 3, 2013 at 6:08 pm #2607josef777ParticipantThanks Ally
February 4, 2013 at 1:08 pm #2609AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 4, 2013 at 6:03 pm #2616josef777ParticipantThat is Good news , Thanks
February 6, 2013 at 1:40 pm #2674AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 6, 2013 at 5:10 pm #2695 - AuthorPosts
- You must be logged in to reply to this topic.