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.
Complex Form Question
Moderator: General Moderators
Re: Complex Form Question
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
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
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)
Homepage -> click button -> interstitial page (preapp-process.php) -> automatic redirect -> target page (business-form.php)
Re: Complex Form Question
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
& I'm gonna be spending a lot more time in this forum.