Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coding an interface where user selects date reoccurnace

I need to create an interface where a user needs to select how many times his magizine/newspaper gets distributed. Some magazines/newspapers get distributed

  • Several times a week.
  • Several times a a month: --either by day (e.g. every second tuesday) or by date (e.g. on the 1st, 10th and 28th)
  • Several times a year.

Once the frequency has been chosen, I need to add additional information to each frequency item. e.g. if the user chose weekly on Mondays and Fridays, I need to add additional information for Monday and separate information for Friday.

Does anyone have any ideas on how to do this? Or where I can read more or get some examples?

I'm using PHP and javascript/jquery for this application.

Thanks in advance.

like image 933
Giovanni Della Cagna Avatar asked Jun 28 '26 08:06

Giovanni Della Cagna


1 Answers

You would need to ask the end user a series of questions, and use jquery to display to next set of questions for the next set of results etc

like image 153
John Black Avatar answered Jun 30 '26 01:06

John Black



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!