KeyError on Form using datePicker

2017-02-21 Thread Baktha Muralidharan
rminal. print(form.errors) else: aptForm = AppointmentForm(request.POST) return render(request, 'datePicker.html', {'form' : aptForm}) Thanks, /Baktha Muralidharan -- You received this message because you are subscribed to the Google Groups &qu

Dynamically alter a list based on selections on other widgets

2015-09-08 Thread Baktha Muralidharan
Hello I am looking to develop a GUI (Form?) in which I can display a list the contents of which change on the fly as the user makes other selections. For example, there could be a radio button (a simple yes/no button) - based on the selection, the displayed list needs to change dynamically. the