learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
84 stars 57 forks source link

Custom form builder doesn't enforce field label length limit #3354

Closed willgearty closed 3 years ago

willgearty commented 3 years ago

This works as a label: Would you be able to attend an in person splash? (in person splash programs are listed <a href="https://www.learningu.org/current-programs/" target="_blank">here</a>)

But this causes an error: Would you be able to attend an in person splash? (in person splash programs are listed here: <a href="https://www.learningu.org/current-programs/" target="_blank">https://www.learningu.org/current-programs/</a>)

willgearty commented 3 years ago

Upon further investigation, this has nothing to do with the link itself, just that using the link instead of "here" pushes the entire label over 200 characters, which is the limit: https://github.com/learning-unlimited/ESP-Website/blob/2bec2ea3c8dc50b818a1ac7687fc1fd265689518/esp/esp/customforms/models.py#L47