Multiple web forms - Post ID 279013

User 2824589 Photo


Registered User
9 posts

Hi there!
I have a problem when creating various related web forms that contains controls like date and signature.
When you run the exported html from the export folder, all is well and all controls work perfectly.
However when I copy the folders to another folder structure I obviously need to include the original exported folder into the header like;
<script type="text/javascript" src="NEWFOLDER/common/js/form_init.js" data-name=""
id="form_init_script">
</script>
<link rel="stylesheet" type="text/css" href="NEWFOLDER/theme/sky/css/default.css?version=668"
id="theme" />
This works fine for most of the controls except the likes of calendar and signature.
The problem is ofcourse solved easily by copying the 'common' folder from the exported folder to the folder where the calling html file is.
The problem comes when I have numerous forms each with its own 'common' folder in the export.
There must be a parameter or path that I need to change that will point the script to the correct folder/file in 'common'
Any ideas?
rgs
Zack
User 187934 Photo


Senior Advisor
20,190 posts

Hi Zack,
Why not leave them all separate and let each use its own files?
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
User 2824589 Photo


Registered User
9 posts

Hi Eric,
I hoped for a more efficient solution but this works.
I have also applied similar approach integrating into asp.net.
Thanks
User 187934 Photo


Senior Advisor
20,190 posts

I have several forms on one page in one of my sites. I use the iframe script provided by the formbuilder for each one and have had no problems.
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

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.