I have a hotel that needs to have a different price for rooms on Saturday and Sunday than in the week. How would I do this?
Help please, I am going crazy trying to figure it out.
I have a hotel that needs to have a different price for rooms on Saturday and Sunday than in the week. How would I do this?
Help please, I am going crazy trying to figure it out.
I think you could use some combination of calculations and the base price (so, if a room is $100 normally but $150 on Saturday and Sunday, you could use a value of 1.5 and force your price to be the base price times the day multiplier.) Or, you could use the gform_pre_render hook to populate the form with a price for each day.
Please post a link to the form you have online now so we can see how you are approaching the problem. Thank you.