One of my clients wants to request the functionality in the below screenshot.
Use Case
My runs a softball fan site (
TheInsideCurve.com). He wants to crowd-source the data entry so the fans can put in the schedules for leagues rather than him having to do it himself. Ideally, the fans would be able to bulk add several matches at the same time. Grid View seemed like the best way to achieve this but unfortunately you cannot add rows 'inline' in Grid View.
It would be great if Zoho would consider this as a feature enhancement.
My work-around solution
In case anyone else faces this problem, here is the workaround solution I developed:
HTML view code:
- <div elName='zc-component' formLinkName='Add_Schedule_Scores' params='zc_Header=true&zc_SuccMsg=Data Added Sucessfully!&zc_SubmitVal=Submit&zc_ResetVal=Reset'>Loading Form...</div>
- <iframe width="900px" height="1000px" id="games" src="https://creator.zoho.com/miltonbc/lowermainlandleague/view-embed/Schedule_Scores_View/Time=0">Loading View...</iframe>
Stateless form on-submit code:
- //refreshes view
- openUrl("https://creator.zoho.com/miltonbc/lowermainlandleague/view-embed/Create_Event_View", "iframe", "games");