Forum Replies Created
- AuthorPosts
ianforest
ParticipantPerfect, thank you! This has bugged me for over 10 years of using QuForm!
ianforest
ParticipantYes, save to the database is enabled for all the hidden fields.
I thought it might be to do with the fact there were no entries on the form so I just tested it and I still cannot add the hidden fields.
For the hidden fields, this data comes in via URL queries but I can’t see how that would stop it from working.
ianforest
ParticipantPerfect, thank you so much! All seems to be ok.
I also have a couple of other queries…
When I look at the form I’ve created with a phone or tablet, even though the images are stacked, because I’ve specified a height in the image options, they all appear at that height.
Ideally, I need them all to show in the correct ratio which is 3/2.
Is there anything I can do so that they resize all automatically in the correct ratio irrespective of what device is being used to view them?
Thank you.
ianforest
ParticipantHey Allan, thank you for your help much appreciated. Doing this has created a new problem however…
When I select an image, the text underneath now shifts over to the right…
This is the CSS I am using for “option text”
position: absolute;
bottom: -40px;
padding-bottom: 5px;
text-align: left;
text-transform: uppercase;
font-weight: 900;
color: #000;
font-size: 15px;And the only style for anything selected I am using is “option label (when selected)” and this is for styling the check icon that appears inside the image…
border: 5px solid rgb(137, 199, 18);
box-shadow: 0 0 15px rgba(137, 199, 18, 0.2), inset 0 0 15px rgba(137, 199, 18, 0.2);Thank you for your help.
November 30, 2018 at 7:43 am in reply to: "Name" field type…how to grab just the first name in notifications? #27890ianforest
ParticipantI’m guessing not if you’re using the latest version and still have to ask. Might be worth just using two text boxes instead 🙁
ianforest
ParticipantScratch that…I fixed it. Just uninstalled the form using the uninstall option and re-added it again and now it works fine.
ianforest
ParticipantI have exactly the same problem and the CSS fixed it 🙂 Thanks!
ianforest
ParticipantJust to resurrect this, it’s taken me this long to get around to adding it 🙂
I get an Ajax error when trying to save the code in that example you posted. I already have some code in there to calculate some form values and that saves just fine.
When I add that code I get an ajax error.
Any ideas?
ianforest
ParticipantHere’s a couple of ideas?
Rating field type…a choice of stars, slider, radio buttons or whatever.
Also maybe a colour picker?
Probably been suggested before, this is such a long topic!
- This reply was modified 7 years, 5 months ago by
ianforest.
November 12, 2017 at 6:15 pm in reply to: "Name" field type…how to grab just the first name in notifications? #23065ianforest
ParticipantCheers Ally 🙂
- This reply was modified 7 years, 5 months ago by
- AuthorPosts