how do you upload a changes?
-
iecampusAsked on July 26, 2012 at 10:19 AM
how do you upload a changes??
This is a re-post of a comment on How to Get the Full Source Code of Your Form
-
NeilVicenteAnswered on July 26, 2012 at 11:44 AM
It is not possible to upload the source code you have modified back to our servers. Jotform does not host modified source codes due to the potential of malicious scripts being injected on the codes, not to mention that we cannot guarantee that modifications made to the source code are free from syntax errors and whatnot.
You will have to host the codes on your own server if you want to continue using the modified codes.
-
dorydesignsAnswered on April 30, 2015 at 02:36 PM
FYI on the syntax errors ... your forms are missing a closing UL
-
MichaelAnswered on April 30, 2015 at 04:15 PMJotform Support
Hi, dorydesigns,
Thank you for bringing this into our attention. We appreciate that! However, could you please specify where or on what code does that closing UL is missing, so we may take a look at it further and apply necessary changes to it if needed.
Thank you so much!
Kind regards.
-
dorydesignsAnswered on May 01, 2015 at 04:54 AM
In the form we open with
<div class="form-all">
<ul class="form-section page-section">Then when adding a collapsable section (referred to as form collapse in widgets) a new UL (<ul class="form-section-closed">) is added without closing the first UL
In the end of the form there is </ul>
</div>All together it looks like
<div class="form-all">
<ul class="form-section page-section">
<li></li>
<ul class="form-section-closed">
<li></li>
</ul>
</div>But should look like this:
<div class="form-all">
<ul class="form-section page-section">
<li></li>
</ul>
<ul class="form-section-closed">
<li></li>
</ul>
</div> -
WelvinAnswered on May 01, 2015 at 10:16 AMJotform Support
Hi dorydesigns,
Thank you for the codes, but will continue helping you about this matter in this thread: http://www.jotform.com/answers/562579.
Thanks
-
AshwinAnswered on March 14, 2017 at 01:28 PMJotform Support
Hello ckshowtime,
I have moved your question to a new thread so that we can address it separately. You will be answered in the following thread: https://www.jotform.com/answers/1091306
Thank you!