WP solution

shawnhag

Click for details
Sep 8, 2010
3,638
66
48
interwebs
I'm trying to do this:

Have one of my employees go to a WordPress page, select several values from a form and based on their selections, have a page presented.


it would like like this

Proposal
_________
Customername$
cost$
phone number$

submit ----->

Hello customername$ thank you for your recent interest in our company, the cost for this job would be cost$ as a payment in full. We will call you at phonenumber$ for details.

It would output this into a different page (or post), and it would have to be non-indexed, nofollow, etc. Possibly even password protected.

-----------------


Can anyone help me with this? I have programming background but I am not really sure how to go about this...anyone know of a similar website that does this?
 


Unless you have the need to store this information within wordpress, this can be done entirely clientside. There's a form, on submit a function runs which creates the proposal string, which it displays. Hope that helps
 
hmmmm, you brought up storing. i would like for it to be stored so that it the URL can be given to a prospective customer to view for later use. please tell me there is a way other than mysql - even maybe just gen an html file
 
Both SQL and static files are possible for viewable URLs. It sounds like you need a custom system building.
 
yes i think so - was secretly hoping someone would chime in and say they have something...or something similar i can mod.