using an RSD image link with Form...
Hi,
Is it possible to use an image link with form builder easily?
How to do it?
Like; A picture with "email us" calls the form code provided by Form Builder
Tks
Is it possible to use an image link with form builder easily?
How to do it?
Like; A picture with "email us" calls the form code provided by Form Builder
Tks
Hi Greg,
Do you want to use the colorbox pop up option to show your form or do you just want to link to it on another page?
Or perhaps link directly to the form html itself?
Do you want to use the colorbox pop up option to show your form or do you just want to link to it on another page?
Or perhaps link directly to the form html itself?
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
colorbox pop up for sure
/ (Are these referred to as model pop ups?)

The form builder will provide you with a link for your popup when you select the popup option on the tab and it will look something similar to this.
You will need to remove the Click here and replace it with your image code.
<!-- Start of the body content for CoffeeCup Web Form Builder -->
<a class='fb_iframe' href="./myformname/myformname.html">Click here</a>
<!-- End of the body content for CoffeeCup Web Form Builder -->
<a class='fb_iframe' href="./myformname/myformname.html">Click here</a>
<!-- End of the body content for CoffeeCup Web Form Builder -->
You will need to remove the Click here and replace it with your image code.
<!-- Start of the body content for CoffeeCup Web Form Builder -->
<a class='fb_iframe' href="./myformname/myformname.html"><img src="images/mycool.png" alt="My Cool Image" title="My Cool Image" /></a>
<!-- End of the body content for CoffeeCup Web Form Builder -->
<a class='fb_iframe' href="./myformname/myformname.html"><img src="images/mycool.png" alt="My Cool Image" title="My Cool Image" /></a>
<!-- End of the body content for CoffeeCup Web Form Builder -->
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
OK, Thank You!
My page used a hover effect so I had to add the extra class and the link from Form Builder
My page used a hover effect so I had to add the extra class and the link from Form Builder
<div class="coffee-span-12 column-2"><a href="./formtest/formtestz.html" class="responsive-picture picture-link-1 fb_iframe"><picture><img alt="Placeholder Picture" srcset="./images3/blocks.png" src="nodata...image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></picture></a>
</div>
</div>
I used the form (without hover), but it is not responsive. It is a former responsive form, from which i deleted the submit button. Any idea what to do?
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.