Forum Replies Created

Viewing 14 posts - 106 through 119 (of 119 total)
  • Author
    Posts
  • in reply to: Version 1.4 #2466
    josef777
    Participant

    Thanks

    in reply to: Version 1.4 #2454
    josef777
    Participant

    Thank 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>

    in reply to: Completed form – need to click submit for each image #2429
    josef777
    Participant

    Not 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 .

    in reply to: Version 1.4 #2423
    josef777
    Participant

    Just 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.
    in reply to: Suggestions & Ideas #2322
    josef777
    Participant

    Make 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 !

    in reply to: This is what's Missing in Quform #2313
    josef777
    Participant

    and Pricing Fields with conditional logic would be great as well

    in reply to: This is what's Missing in Quform #2305
    josef777
    Participant

    yes , like the 2 Date fields in this form http://vienna-limos.com/home/

    thanks

    in reply to: Width of Form #2279
    josef777
    Participant

    Go 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 wish

    in reply to: Chrome problem #2188
    josef777
    Participant

    wow ally ,i tried everything before and was going crazy why it’s not working , I feel so stupid now . it was the zoom .

    Thanks

    in reply to: Chrome problem #2149
    josef777
    Participant

    i 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.
    in reply to: Chrome problem #2099
    josef777
    Participant

    i almost fixed everything but the date will still not go on one line

    in reply to: Quform Issue #2096
    josef777
    Participant

    your 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 !

    in reply to: Chrome problem #2095
    josef777
    Participant

    NO , 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 file

    in reply to: AutoReply Email and email Notification #2085
    josef777
    Participant

    Thanks 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

Viewing 14 posts - 106 through 119 (of 119 total)
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy