email address - Post ID 242711
Is there any way to make the email and verification boxes appear side by side instead of below each other?
Pete
Pete
Hi Peter,
I don't believe there is with in the application. Someone in here may know a hack to do this but if you did you would have to recode it each time you re-exported.
I don't believe there is with in the application. Someone in here may know a hack to do this but if you did you would have to recode it each time you re-exported.
Taking over the world one website at a time!
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
The one way would be to copy all the code for the email confirmation, which probably looks something like this and pasting it into an html element then set the email element and the html element to 50% width..
Now delete the original email confirmation code form your myformname.html.
This would require a manually exported form.
You can see this method working here.
http://ericrohloff.com/coffeecup/ccforu … ion-shift/
<div class="fb-grouplabel">
<label>Confirm</label>
</div>
<div class="fb-input-box">
<input type="email" autocomplete="off" maxlength="254" id="item1_email_1_verification" name="email1_verification"></input>
</div>
<label>Confirm</label>
</div>
<div class="fb-input-box">
<input type="email" autocomplete="off" maxlength="254" id="item1_email_1_verification" name="email1_verification"></input>
</div>
Now delete the original email confirmation code form your myformname.html.
This would require a manually exported form.
You can see this method working here.
http://ericrohloff.com/coffeecup/ccforu … ion-shift/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks Eric, that's exactly what I am trying to do but I've been through all of the css and can't find anything corresponding to your script.. Can you point me in the right direction, please.
Pete
Pete
It's not in the css it's in the actual html of the form.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Hi Eric,
I have found the html but after several attempts at trying to get the email element to display side by side as per your link,
I have been unable to make the change. I've managed to change various other items and then change them back after testing but changing the email remains elusive.
Any more help would be appreciated.
Pete
I have found the html but after several attempts at trying to get the email element to display side by side as per your link,
I have been unable to make the change. I've managed to change various other items and then change them back after testing but changing the email remains elusive.
Any more help would be appreciated.
Pete
Can you provide a link to your form?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
In your case paste the following into a html element in form builder.
Then export your form.
Now look for the original in your contact NEW.html and remove it.
Also you shouldn't use spaces or uppercase letters in your file names.
<div class="fb-grouplabel">
<label style="color: rgb(0, 0, 255); font-style: normal; font-weight: bold; display: inline;">** Please confirm your email</label>
</div><div class="fb-input-box">
<input type="email" autocomplete="off" data-hint="" placeholder="" maxlength="50" id="item17_email_1_verification" class="" name="email_verification">
</div>
<label style="color: rgb(0, 0, 255); font-style: normal; font-weight: bold; display: inline;">** Please confirm your email</label>
</div><div class="fb-input-box">
<input type="email" autocomplete="off" data-hint="" placeholder="" maxlength="50" id="item17_email_1_verification" class="" name="email_verification">
</div>
Then export your form.
Now look for the original in your contact NEW.html and remove it.
Also you shouldn't use spaces or uppercase letters in your file names.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks Eric.
The form is named that way to make sure that I don't get it mixed up with the one that is in use.
The one that you saw was just something that I have been playing around with.
Pete
The form is named that way to make sure that I don't get it mixed up with the one that is in use.
The one that you saw was just something that I have been playing around with.
Pete
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.