Squarespace form dynamic drop-down from text file
Budget: $30 – $250 USD
In Squarespace contact form, need to read a text file (from other server), and use each line for <select> <option>.
On our server, we have a flat text file with available days/times of next appointments (updated by separate process). so there will be a dropdown that reads the text file and dynamically loads the <select> form element with each line from the text file. Here is the text file: https://nicholas-joseph.com/_appt_next_avail_load.txt
<select> option should read:
<option value="Fri, 3/11 11:00 AM - KATIE">Fri, 3/11 11:00 AM</option>
On our server, we have a flat text file with available days/times of next appointments (updated by separate process). so there will be a dropdown that reads the text file and dynamically loads the <select> form element with each line from the text file. Here is the text file: https://nicholas-joseph.com/_appt_next_avail_load.txt
<select> option should read:
<option value="Fri, 3/11 11:00 AM - KATIE">Fri, 3/11 11:00 AM</option>