How do I resolve warnings when publishing a form?
Last updated
Last updated
When publishing a new version of a form, the application runs checks to make sure that the form has been built successfully.
If the build has not been sucessful you will see the message 'Build completed with warnings'.
Double clicking on the row provides details of what is causing the problem, along with a link to the item which is causing the problem.
The most common issue encountered, is when two or more questions have the same 'code'. This is important as a question's code determines where answers to the question are stored on the database.
By default a question's code is derived from it's label. This has the advantage of making the database structure easy to navigate. However problems arise when question labels share the same first twenty characters.
This issue can be resolved by editing the question's code so each question has a unique code.
First activate the 'advanced' tab
Click into the question refered to in the warning section
Give the question a unique 'override code' up to a maximum of 20 characters
Publish a new version of the form and check that the build has been completed successfully