I’ve taken everything out of the form except %details-F_first_name% and still not submitting. Same issue if I use only a metadata keyword.
Form error is ‘The value of password is not valid’ and logs show that it is still trying to update password:
[asset.attributes.scalar - assetid:60395;] (Asset Attribute Changed) - The value of attribute “password” for asset “John SMith” has been changed from “" to "”
<div>
<label>User Name: %asset_name%</label>
</div>
<div class="form">
<div class="form-group">
<label for="%metadata-id_F_61539%" class="col-sm-2 control-label">Position Title</label>
<div class="col-sm-10">
%metadata-F_61539^replace:sq-form-field:form-control%
</div>
</div>
<div class="form-item">
%commit_button_clean^replace:sq-form-field:btn btn-primary^replace:Save%
</div>
</div>