I want two dates appears in the form when users select an option from select list using web-form. E.g in the list box option the user selects last Monday of the month and  after that in the first date field will automatically show  last Monday (date) of the current month and in next field last Monday (date) of next month. 

But the main thing is that i want  less use of java-script as it takes much time to load...because some of the browsers and now some of mobile browsers  not have support to java-script technology.

So if someone have idea about that i would be very pleased for that.. 

Thank you very much..

Comments

swara05’s picture

I read about civicrm module with webform integration but i dont think so its enough to fulfill my points.

swara05’s picture

Issue summary: View changes

Want the date appears in the two date fields that already present in form only i want it occurs after selection of option from list box.That should have functionality to show dates.

swara05’s picture

Title: Generate Automatically date fields » Generate Automatically Date On Selection Of Option
swara05’s picture

Issue summary: View changes

Remove strong tag from word date

swara05’s picture

Issue summary: View changes

Clear the point mentioned for mobile projct

swara05’s picture

Issue summary: View changes

Cut point mobile project

quicksketch’s picture

Category: Task » Support request
Priority: Major » Normal
Issue summary: View changes
Status: Active » Closed (won't fix)

Unfortunately the Webform module cannot do what you're describing without custom coding. Most likely, you'll need JavaScript to accomplish what you've described, but you've stated you want to do this without JavaScript. In Webform 4.x, you might find the new conditional system helpful for hiding and showing components, but it's not going to be able to do the logic you've described.

As mentioned in the submission guidelines, we don't provide help with custom coding in the Webform issue queue:

Any issues regarding "how do I code ..." or "how do I theme ..." will not be answered. Please look elsewhere for coding resources.

Please refer to other resources such as IRC or Drupal StackExchange to ask your questions.