Good afternoon all,
I presented my app today, and have had a few requests - it was still a work in progress.
Just to give some background, my second screen comprises of one data card, upon which all of the drop downs and buttons exist.
I'm hoping this was the correct approach, but happy to change things if this is going to cause me a headache down the line.
This second screen has a number of drop down options, one list box, and at the bottom, a Reset button (Which works) a Back button (To go back to Screen 1 and wipe the previous entry) and a Save button.
They want all fields to be mandatory, so I wasn't sure whether to hide the button UNTIL all options are selected, or whether to simply make each field mandatory?
Additionally, a section of 4 drop downs they only want to appear dependent on in 3 out of 5 offered options are chosen in a higher menu.
dd_propertytype is the drop down in question, if 3 of these optiosn are chosen we need a further 4 questions to appear:
These are:
dd_storeys
dd_communallift
dd_communalarea
dd_communalbalconies
Any suggestions greatly appreciated - I am trawling youtube videos etc, but yet to find the perfect solution,
Thanks
Dan
At the moment all is spaced nicely on a scrolling screen, ie the buttons are at the bottom, so this will likely cause me an issue, as I will need to figure out how to get the buttons to dynmically move down the screen as and when these additional 4 drops down options become available.
Additionally, these 4 are not to be mandatory.