Hi
I am setting up a bridge inspection workflow for my customer. The inspection is in 2 parts:
1. 'Inventory' attributes of the bridge that are immutable and stored against the bridge asset. Recorded once and never changed. Eg. bridge type, construction material, span etc.
2. Inspection records that are recorded each time eg. condition, date, time, engineer etc.
Part 1 is recorded using a form in Field Maps where the inspector fills in the details.
Part 2 is recorded using Survey123 and stored in a related table. The survey form is accessed using the following URL which passes a number of attributes to the form in order to maintain the relationship in the table and to make the form filling a little less prone to errors:
Solved! Go to Solution.
Yes. You can use 'inline' in the popup. Put an expression to return inline if field=value, which will cause the html link to appear or not. Here's an example:
And here's another example where {expression/expr1} is your expression to return 'inline' if a field is true:
<div style="display:{expression/expr1};"><a href="arcgis-survey123://?itemID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx¶meters>Text goes here
</a>
</div>
Yes. You can use 'inline' in the popup. Put an expression to return inline if field=value, which will cause the html link to appear or not. Here's an example:
And here's another example where {expression/expr1} is your expression to return 'inline' if a field is true:
<div style="display:{expression/expr1};"><a href="arcgis-survey123://?itemID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx¶meters>Text goes here
</a>
</div>