I'm using the shortcode method to dynamically populate two forms. Only the first field will populate, the second field (building address) will not pass the value. Any thoughts? I've triple checked everything and settings are correct (merge field & syntax).
Using:
[gravityform id=1 name=BuildingInventory Update Request title=false description=false ajax=true field_values='BuildingName=Test Building Name&BuildingAddress=123 Main St NW']
Only 'BuildingName' is being passed.