Complex Form Question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
woohoo14
Forum Newbie
Posts: 6
Joined: Thu May 01, 2014 3:46 pm

Complex Form Question

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Complex Form Question

Post 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.
woohoo14
Forum Newbie
Posts: 6
Joined: Thu May 01, 2014 3:46 pm

Re: Complex Form Question

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Complex Form Question

Post 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)
woohoo14
Forum Newbie
Posts: 6
Joined: Thu May 01, 2014 3:46 pm

Re: Complex Form Question

Post 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.
Post Reply