There is a dynamic form “Request information under RtI” which consist of the three forms. Two of them have the upload a file field. When the user selects a radio button with the title of the appropiate form, the fields from not displayed form become “optional” and are not shown on the Thank you - form summary page. This is done by the conditional keywords on the Thank you page:
%begin_form_summary%
%begin_response_470201_q6%%question_name_470201_q6% %response_470201_q6%%end_response%%begin_response_470202_q1%%question_name_470202_q1%: %response_470202_q1%%end_response%%begin_response_470202_q2%%question_name_470202_q2%: %response_470202_q2%%end_response%%begin_response_470202_q3%%question_name_470202_q3%: %response_470202_q3%%end_response%%begin_response_470228_q1%%question_name_470228_q1%: %response_470228_q1%%end_response%%begin_response_470228_q2%%question_name_470228_q2%: %response_470228_q2%%end_response%%begin_response_470228_q3%%question_name_470228_q3%: %response_470228_q3_file_size%%end_response%%begin_response_470229_q1%%question_name_470229_q1%: %response_470229_q1%%end_response%%begin_response_470229_q2%%question_name_470229_q2%: %response_470229_q2%%end_response%
%begin_response_470229_q3%%question_name_470229_q3%: %response_470229_q3_file_size%%end_response%
%begin_response_470211_q2%%question_name_470211_q2%: %response_470211_q2%%end_response%%begin_response_470211_q5%%question_name_470211_q5%: %response_470211_q5%%end_response%%begin_response_470211_q3%%question_name_470211_q3%: %response_470211_q3%%end_response%%begin_response_470211_q4%%question_name_470211_q4%: %response_470211_q4%%end_response%
%end_form%
The two below are the upload file fields and it seems to not work with the conditional keyword. I also tried to put there a field keyword without “_file_size” e.g. %response_470228_q3% but it is not working either.
What should I use for the upload a file field in the conditional?
%begin_response_470228_q3%%question_name_470228_q3%: %response_470228_q3_file_size%%end_response%
%begin_response_470229_q3%%question_name_470229_q3%: %response_470229_q3_file_size%%end_response%
The name of the upload file field of the active form is “Confirmation of authority to release information (attach file)”
The name of the upload file field of the non-active form is “Upload file - a confirmation of authority to release information”. Only the first one should be shown on the Thank you page but both of them are displayed.
Please have a look at the provided video and screenshot.