Forum Replies Created
- AuthorPosts
MOVOX
ParticipantThanks Ally, code works perfectly.
MOVOX
ParticipantThanks Ally, code works. What changes if I need to display 2 decimal points?
July 12, 2022 at 1:11 am in reply to: Add 1 to the value of drop down field selection and display in HTML field #34469MOVOX
ParticipantAlly, your code provided above works perfectly. Thank you.
MOVOX
ParticipantOK, Thanks Ally.
MOVOX
ParticipantHi Ally,
The code you have provided works perfectly for passing the selected date to a HTML field. Thank you.
MOVOX
ParticipantHi Allan,
Which one of suggested codes “name”, “email”, “value” or “radio button” will work for obtaining the date from a date picker field and placing the date in a HTML field? I cannot get any of these codes to work.
MOVOX
ParticipantHi Allan,
That’s almost perfect. The only adjustments required is that the country code is pre-populated in the phone number field prior to the area code. And, that the country code is not a place holder that can be typed over. When the cursor enters the number field it would begin after the country code and a space.
Please see the attached image as an example.
Attachments:
You must be logged in to view attached files.MOVOX
ParticipantThanks Ally,
Your instructions and the video explains this clearly. You can close this ticket now.
MOVOX
ParticipantAlly,
I have managed to get tooltips styled and working on 2 of my 3 forms. For some reason tooltips are just not displaying on the 3rd form all 3 forms have the same tooltip settings.
Can you think of any reason this might occur?
MOVOX
ParticipantHi Ally,
I have been able to fix this by selecting Custom in the form CSS style dropdown and adding “my-tips”, then in Settings added the following CSS.
/* Tooltip custom styling */
.my-tips {
background: #000044;
color: #FFFFFF;
font-size: 12px;
line-height: 15px;
border: 1px solid #00CCFF;
padding: 5px
min-width: 180px !important;
max-width: 180px !important;
}MOVOX
ParticipantHi Ally,
Your latest code works. Thank you.
MOVOX
ParticipantAllen,
I’ve found that it’s the Option input tick that is being displayed, even though I have “hide input” selected.
MOVOX
ParticipantI’ve removed the CSS from row elements 1, 2 and 3 and added the following Global CSS for Option Icons and Option Icons (when selected):
font-size: 20px;
color: #9dc408;
text-align: center;
vertical-align: middle;The CSS for Option Icons (when selected) in rows 4 and 5 is:
text-align: center;
vertical-align: middle;
font-size: 20px;
color: #9dc408;
padding-top: 5px;
position: relative;You can see the result in the attached image. Note that rows 4 and 5 remain the same. I have also checked IE and Chrome with identical results.
Attachments:
You must be logged in to view attached files.MOVOX
ParticipantI’m using Chrome Version 102.0.5005.63 (Official Build) (64-bit).
- AuthorPosts