Some catchya’s I have encountered while developing custom list forms using SharePoint Designer:
Javascript does not work
- SharePoint designer added {generate-id()} automatically. Remove them all.
- Assigning value to hidden drop down list does not work, check the values that you are assigning is a valid value to the drop down. Otherwise, the assignment will become an empty string and eventually the default value.
