Scheduling a Form for a certain time of the day

I am trying to create a form for takeout orders at our club. We would only like the form to be active when we are open. Instead of doing this manually everyday, I was wondering if there was a way for the form to automatically close at a specific time of day. I know that Formstack allows us to do this for specific dates, but I was only looking for certain hours of the day. Thank you!

Archived Forms Data?

Is there a way to get archived form data?

API requests to retrieve form submissions are NOT working

We have several forms for which we call the API to retrieve form submissions that have been running OK for about 2 years. On 7/11/23, one of the forms (which contains sensitive data and is encrypted and for which we send an encryption password with the GET request) stopped working as far as retrieving form submissions. The GET request returns either of the following two messages : {"status":"error","error":"Unauthorized"} -or- {"status":"error","error":"An encryption password was not supplied"} this is what our get request looks like (calling from Powershell): .\\curl.exe -sS --request GET -H "X-FS-ENCRYPTION-PASSWORD:xxxxxxxx" --url "<https://www.formstack.com/api/v2/form/xxxxxxx/submission.json?min_time=2023-07-11> 17:16:02&data=true&expand_data=true&per_page=100" --header "Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" this request currently returns: {"status":"error","error":"An encryption password was not supplied"} Also, when I test using this form: <https://developers.formstack.com/reference/form-id-submission-get>, I get the same error result. However, note that if I remove the 'data=true' and 'expand_data=true' URL Query params, the GET request actually does work and returns no error message. However, we need these params, as otherwise we won't get the complete data for each record. Also for a period of about 3 hrs yesterday late afternoon(7/20), GET requests for submissions against all of our other forms (which are not data encrypted) also stopped working in the same manner, but at this point, seems to be working again.

Javascript for regular Formstack Forms?

Is it possible to add Javascript to regular Formstack forms? Some of the "recipes" used in the examples for how to use Javascript with Salesforce forms would be very useful for my regular formstack forms as well (see <https://help.formstack.com/s/article/Form-Settings-Overview>). Also, on a similar note, is it possible for users to create plugins? Or, are plugins only available if the Formstack devs release them? The reason I'm asking these two questions is because I would like to add more complex validation to my Formstack forms. For example, it'd be nice to have a way to enforce a policy that only one word be entered into a name field. Or, perhaps I want to have multiple questions with the same set of answers, but only allow users to use an answer only once per submission. Etc...etc...

Invalid or not yet supported constraint

Searching submissions by date seems to have stopped working a week or so ago. <https://www.formstack.com/api/v2/form/:id/submission.json?oauth_token=48xxxxx&per_page=100&search_field_1=67054023&search_value_1=Jul+14%2C+2023> This call works when searching on any other field time. It errors on dates.

/form/:id/submission not returning all submissions of a form

Hi, I'm trying to get all submissions for a Form by using `GET /api/v2/form/{id}/submission.json` but each time when I'm requesting a page of 50, I'm receiving a random number of submission (like 41), so at the end, instead of having 100k submissions (page per page), I have only 7576 submissions... Do I miss something? I don't have this issue with partial submission, I have correctly the same number of submissions in the interface and in the API. Thank you for your help

How to add number of working days to a date field?

In my form I have two date fields. Date field 1 ('Date current') represents the current date. I want to add 20 working days (also excluding public holidays according to Western Australian Calendar) to the date field 2 ('Date new'). Can anyone suggest a fix? Without coding I can only add 20 calendar days as below, but it's not the fix I am after. ![](https://files.readme.io/395e82b-image.png)

Is there any API to get notified on form submission

Is there Any API Available to post the submissions to a third party service, instead of pull the submissions from the API.

Submissions from Formstack Go on Samsung tablet don't always sync/show up in submission list.

Submissions from Formstack Go on Samsung tablet don't always sync/show up in submission list. I've tried from multiple tablets, airplane mode, LTE, and/or wifi only. Every time I test it, it works, but when I send workers out to job sites we have inconsistent submission success. Please help!

Cors issue

Hi, I am using axios on my project and copy the example in the api but I am getting preflight issue but when I use php I didn’t?