Import Csv file from server

Hello, I want to use Gravity Form plugin on my own site.
There is a Csv file on the server and the file is updated every 20 seconds.
I want to get the file from the server and create a validation form with the information in it.
How can I get the file from the server, I couldn’t understand that part. Where should I start can you help me?
Thank you Best regards.

Gravity Forms doesn’t provide any specific function to get files from the server, you need to do that with your own standard PHP code. Doing a quick search I found the following third-party article providing some examples: Read a CSV to an Array in PHP

Once you have that ready, the following filters can be used for validation:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.