I'd like to create a forma which has Subject, Message and submit buttons. I know, we can achieve this functionality by creating manual custom widgets and import in to window/Page.
Is there a way to generate them on fly to save some time for at least basic forms?
Hi vijaybadugu,
Could you try to use Survey widget?
https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/survey-widget.htm
Thanks,
Ke
Thanks. will try that. I have a question regarding communication between two widgets, we have a polygon layer and listed all its attributes in list widget, I need to pass the centroid point of the polygon feature to direction widget as source point. how do we achieve this functionality? how do I customize existing out-of-box widgets like list and directions widget?
Hi vijaybadugu,
The widget will not pass the center point of polygon.
Use Find Centroids in the Analysis widget to calculate the centroids and then add the resulting feature layer to the List widget. Using the Analysis widget requires credits. Or use the tools in ArcGIS Pro to calculate centroids and publish a service.
Hope this could help.
Thanks,
Ke
Thanks. I understood, it is not possible to pass centroid of polygons to the directions widget from list. is there a way to calculate centroid on fly using geometry engine module? and pass that point using data actions in a list widget?