Forum Replies Created
-
AuthorPosts
-
November 25, 2017 at 3:13 pm in reply to: Avia Layout Builder – not loading on certain pages, stucked on spinning circle #881635
The problems looks related to ENFOLD theme. After moving the site between local installation and through several different hosting companies and servers, it finally worked without changing anything in the page.
The support was pretty much useless in this case. I’ve provided logins but I got replied they only login on LIVE sites, well I can’t afford to put a non-working site live… Anyway lesson learned the hard way, will just use a different theme in the future.
Please close the thread.
November 9, 2017 at 5:08 pm in reply to: Avia Layout Builder – not loading on certain pages, stucked on spinning circle #874775anyone from enfold team?
November 9, 2017 at 1:15 pm in reply to: Avia Layout Builder – not loading on certain pages, stucked on spinning circle #874632UPDATE – deleted and re-uploaded Enfold theme, the problem still persists.
November 9, 2017 at 12:37 pm in reply to: Avia Layout Builder – not loading on certain pages, stucked on spinning circle #874618already done that, no change… some of the pages can be edited while some get stuck with circle…
I’ll give it another try and re-upload enfold – will updated once finished.
- This reply was modified 7 years ago by wmaker.
Is there any option to set the form action to action=”” ? I need to send the form data to a different URL and so far anything I’ve tried won’t work…
Thanks for pointing me in the right direction, this might actually work.
Can you please let me know how I get the name of the form or assign a custom name to the form?
- This reply was modified 7 years, 3 months ago by wmaker.
I’m trying to achieve the following:
After user fills in name and email, clicks Download button
<input type=”submit” id=”#” value=”Download” onclick=”get_trial()”/>
need to trigger this function:
<script language=”javascript”>
function get_trial(){
document.the_form_name.action=”http://www.site.com:/trial”;
}
</script>Also I need the form name and set the form action to action=””
-
AuthorPosts