I have an advanced form that has an area on the form to submit entries. Below the form is a table that shows all the entries. The form for adding new entries works with no problems.
Above the table I've added a button to download the table in CSV format. I've added the csvexport action to download the table. My problem is the export does not work. I'm not prompted to save the csv file. The page grays out for about 5 seconds and then nothing. If I remove the form for adding new entries, the export works.Is it possible to have the form to add new entries and a button to download the table on the same advanced form? If so, what do I need to do to get the CSV export working?