Matrix Version: v5.3.4.0
I created an asset builder to create Comment asset. At the moment it is very simple. On both Not Logged In and Logged In I added the following:
%create_error%
%create_form%
All is working fine until I added required attributes. I want to make both Name and Comment required. By default it is only Name that is mandatory as it is the asset name (I can’t however find where I could customise the error message for this).
So on the Required Attributes screen I made Name and Comment mandatory with customised error message. After this, my create asset stops working. It keeps on telling me that the Name and Comment are missing even though I have typed in both of them.
Please help. I might have missed something obvious.