Page 1 of 1

Complex Form Question

Posted: Thu May 01, 2014 4:02 pm
by woohoo14
Hi folks, I'm new here so please be gentle. Question concerns the webform on front page of this site: http://www.maxfunding.com.au/ which passes data on completion with what looks like a call to

http://www.maxfunding.com.au/applicatio ... tatus=pass

which then takes you to an html page with another form. All thats fine except that i cannot see anywhere a file called business-form.php or where I can adjust the php parameters of its calling address. Is this because it's dynamically generated, or more possibly I'm just too dumb to see it? All thoughts very welcome as i have a client who is trying to build similar site and we are not having much luck figuring out how to create a form like that.

Re: Complex Form Question

Posted: Thu May 01, 2014 4:11 pm
by requinix
The form goes to preapp-process.php as normal. The interstitial page it outputs then redirects you to application/business-form.php (actually there are many different places it might redirect) after the progress bar fills up.

Re: Complex Form Question

Posted: Thu May 01, 2014 5:16 pm
by woohoo14
Hi Requinix, thanks for response, but there's no interstitial pages, preapp-process.php or for that matter any php files visible in the entire public_html directory at all, so where or how does the output from first form get created? Your input really appreciated on this as its driving me crazy.

Re: Complex Form Question

Posted: Thu May 01, 2014 5:51 pm
by requinix
There totally is an interstitial page. It has a progress bar thing.

Homepage -> click button -> interstitial page (preapp-process.php) -> automatic redirect -> target page (business-form.php)

Re: Complex Form Question

Posted: Thu May 01, 2014 6:21 pm
by woohoo14
Doh! you're correct of course, just worked it out. Basically it was a PEBCAK error on my part (problem exists between chair & keyboard) having been dumbed down by too many Wordpress builds. At least thats my excuse & i'm sticking to it. Many thanks for your help :D & I'm gonna be spending a lot more time in this forum.