append_entry() is not working after appending first time. I am using Fieldlist with flask-wtf, jinja & Python 3.4
问题 I am facing issue while appending fieldlist through append_entry in flask-wtf. I am able to add one row of fields from fieldlist but after adding first row, i am not able to add second row. No errors are shown. In first attempt a new row is added of field list items and in server log "Data is King" and "True" is printed (I have included this to see if add button sends data and loop actually goes through). In second attemt new row is not added but page reloads and in server log "Data is King"