Forum Replies Created
- AuthorPosts
josef777
ParticipantThanks
josef777
ParticipantThank 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 26, 2013 at 11:44 pm in reply to: Completed form – need to click submit for each image #2429josef777
ParticipantNot sure but maybe those are 4 upload fields and you need only one file upload field then go to settings and there you can allow how many files to upload .
josef777
ParticipantJust 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.josef777
ParticipantMake it a sub-forum where people can post topics with titles and you will have a better control of it .
that is my first suggestion !josef777
Participantand Pricing Fields with conditional logic would be great as well
josef777
Participantyes , like the 2 Date fields in this form http://vienna-limos.com/home/
thanks
josef777
ParticipantGo to your form settings > Style and from the ” Add a Style” at the bottom add ” Form outer wrapper” , and add to it
width:550px;
min-width:550px;
adjust it as you wishjosef777
Participantwow ally ,i tried everything before and was going crazy why it’s not working , I feel so stupid now . it was the zoom .
Thanks
josef777
Participanti attached 2 files of ie and chrome
IE looks perfect bur not chrome .
i fixed all other chrome problems with styles .Attachments:
You must be logged in to view attached files.josef777
Participanti almost fixed everything but the date will still not go on one line
josef777
Participantyour label placement is inside and IF you want it to look like the example form just add the following styles to the Element label ,
font-weight:normal;
font-size:12px;
it overlaps because the inside text is too long just use asterisk (*) instead of ( this is a required field )
i would suggest you to use conditional logic if the customer select (my service is not listed ) with a description under the field .hope it helps !
josef777
ParticipantNO , it is still there , look at the titles with required asterisk under it and the dates and times are not on one line , the other browsers look perfect .
see attached filejosef777
ParticipantThanks Ally what about the notifications and autoreply being sent in a nicely formatted table like when you view each entry in wordpress ?
that would be nice !
THANKS
- AuthorPosts