I changed the paths on their form page and the form HTML page to "register/formNameFolder/formName.php" but I still get the 500 error.
They need the form page (their page with the form embedded) in the 'register' folder as it has many website links associated with it. I don't have access to these files, otherwise I would just pull them up in DreamWeaver, move their php page out of their 'register' folder and all the links would change and point correctly.
Any suggestions? Is there somewhere else I need to change the path?
Code for HTML page from form builder:
<script type="text/javascript" src="register/PSFocusForm/common/js/form_init.js" data-name=""
id="form_init_script">
</script>
<link rel="stylesheet" type="text/css" href="register/PSFocusForm/theme/default/css/default.css"
id="theme" />
Code for PHP page where form is embedded:
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"register/PSFocusForm.php" + window.location.search + "\" width=\"100%\" height=\"4292\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"register/PSFocusForm.php\" title=\"PSFocusForm\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe height="4292" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="register/PSFocusForm/PSFocusForm.html">
<a href="register/PSFocusForm.php" title="PSFocusForm"></a>
</iframe>
</noscript>
Test page: http://www.ourrefugeandstrength.us/focus.php
thanks,
Helen