Hi All,
Been keeping busy doing a few things but im at the stage again where I am looking at doing some forms. Well I say forms, its a little different to that really.
http://www.greencleansolution.co.uk/?p=quotebook&s=quote&u=tenancy if you click on this link you will see a set of drop down boxes. Ultimately if you say select the first in each then click on the button you get the next page which ends up being a quote/estimation.
You then have the choice of booking the service with that estimation (or based on).
So my question is, is it possible to create the estimation/quotation form using drop down boxes and a button? Further more is it then possible to link the given estimate/quote to another form if they choose to book the service?
I have a very crude idea on how this may possibly work, but im no guru on php and databases so im a little stuck.
My theory is that if you have a set of tables in the data which holds (im going to use that website as an example) the number of rooms and a cost based on this (so as an example bedrooms could be say 1 bedroom = £10, 2 bedrooms = £20, 3 bedrooms = £30 or even slightly different, but ultimately each room has a cost associated with it). The drop down box would show the number of rooms but the cost would be hidden. Once all fields are selected and the button is pressed, the form would then calculate the total (or even carry the total cost from a hidden field) to the new page.
Im open to thoughts here, but this would be a very handy mechanism to be able to do with chronoforms, especially for the project im working on.
Regards,
Been keeping busy doing a few things but im at the stage again where I am looking at doing some forms. Well I say forms, its a little different to that really.
http://www.greencleansolution.co.uk/?p=quotebook&s=quote&u=tenancy if you click on this link you will see a set of drop down boxes. Ultimately if you say select the first in each then click on the button you get the next page which ends up being a quote/estimation.
You then have the choice of booking the service with that estimation (or based on).
So my question is, is it possible to create the estimation/quotation form using drop down boxes and a button? Further more is it then possible to link the given estimate/quote to another form if they choose to book the service?
I have a very crude idea on how this may possibly work, but im no guru on php and databases so im a little stuck.
My theory is that if you have a set of tables in the data which holds (im going to use that website as an example) the number of rooms and a cost based on this (so as an example bedrooms could be say 1 bedroom = £10, 2 bedrooms = £20, 3 bedrooms = £30 or even slightly different, but ultimately each room has a cost associated with it). The drop down box would show the number of rooms but the cost would be hidden. Once all fields are selected and the button is pressed, the form would then calculate the total (or even carry the total cost from a hidden field) to the new page.
Im open to thoughts here, but this would be a very handy mechanism to be able to do with chronoforms, especially for the project im working on.
Regards,