Questions tagged [formstack]

A commercial online form builder. Includes options for data management and payment gateways.

37 questions
3
votes
1 answer

Need JavaScript equivalent of jQuery changing the value of a dropdown when the value of a text field changes

I am working on a Formstack form. I need to use Javascript to change the value of a dropdown box to whatever the value being typed into a text field is once a match is made.
Terry Hale
  • 37
  • 2
  • 6
2
votes
2 answers

Get submitted data from formstack using C#?

I am using this code to get form's sumbitted data from formstack using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; //webClient using System.IO; // use for…
2
votes
1 answer

FormStack, PHP: POST information for name and address fields as nested arrays

I'm trying to get FormStack to POST data to a script I'm making so it can be inserted into my own MySQL database. I'm able to get the data and parse into an array that looks something like this: Array ( [FormID] => 1111111 [UniqueID] => 222222 …
Vincent
  • 345
  • 1
  • 2
  • 13
2
votes
1 answer

Is it possible to name (or tag) FormStack fields with simple identifiers?

This question assumes familiarity with FormStack, a drag-and-drop WYSIWYG online form builder. Background A client is using FormStack to manage forms. Currently, form submissions are emailed, then manually entered into a database. Predictably, my…
Andrew Cheong
  • 29,362
  • 15
  • 90
  • 145
1
vote
0 answers

Create nested JSON in a Zapier Code step to pass through to Formstack Documents

Trigger: Pipedrive deal moved to stage Output: Merged Formstack Document with product line items from deal Using the tablerow function available in Formstack Documents we're able to populate a table with a new line created for each item in a list.…
warwickp
  • 21
  • 5
1
vote
0 answers

Copy value from picklist to text field before saving?

I use formstack, an application where I can create forms for Salesforce. I have a form with two fields: Province_pick (this is a picklist field) Province_text (this is a text field) I want to make sure that people chose a value from Province_pick…
B C
  • 11
  • 1
1
vote
1 answer

Bootstrap and Formstack CSS clash - radio buttons only partly visible

The CSS of Bootstrap (4.1.3) and Formstack are clashing when embedding a form into a website. The radio buttons are only partly visible. The problem is in the "label" class ("fsOptionLabel"). Changing the line height does help a little, but then the…
PythonSherpa
  • 2,560
  • 3
  • 19
  • 40
1
vote
2 answers

Resizing / Styling reCaptcha for mobile devices

I am currently struggling with resizing (or styling) the reCaptcha element in a form. When viewing the form on a mobile device (portrait orientation), it hangs off a bit and looks pretty sloppy. The form is from formstack and rendered by a script. I…
HKoehler
  • 11
  • 3
1
vote
0 answers

How to submit data from Contact form on React JS application to Formstack?

I am trying to receive my contact form data from Reactjs application to formstack.
Manisha Parmar
  • 152
  • 1
  • 13
1
vote
1 answer

Is it possible to create custom calculations with formstack using javascript?

I have a form in formstack that I need to add some calculations that go beyond the capabilities of their calculation builder. I need to use a switch statement to determine which range the number is in and then perform a different calculation based…
mattc19
  • 678
  • 1
  • 11
  • 23
1
vote
1 answer

Update a field value of user Submission from FormStack API

I am trying to update a field value from No to Yes using FormStack API from this URL: https://developers.formstack.com/docs/submission-id-put The description says: Update the specified submission When I update a field using Submission Id let's say…
1
vote
0 answers

PHP cURL filling out values form action is not fired

I've got two different remote forms which I need to submit data to. The first one is an http form, and it works just fine. Submit > redirect to result page > return response as variable. The second one lives on an https page, and it just doesn't…
Riley Laine
  • 181
  • 2
  • 11
1
vote
0 answers

Using Third Party Form Building Tools Vs Developing Your own

We are currently using Formstack as a form builder tool for collating data. Its a useful tool, and you can build pretty complex logic into it, but its not perfect. Currently the situation is that we can have third party companies collate data on…
Derek
  • 8,300
  • 12
  • 56
  • 88
1
vote
1 answer

404 when sending JSON to RoR with curl

I'm very new to RoR, and I'm learning on the fly. With that being said, I'm trying to parse a POST request sent from Formstack to my script. I can view and run the script by going to it's URL and it works just fine, put when I point the Webhook in…
Kyle
  • 1,757
  • 1
  • 12
  • 22
1
vote
1 answer

How to POST array data in Formstack

I'm using the Advanced Rest Client Chrome extension to POST a Formstack Submission to a specified form and am defining the fields "latitude", "longitude", and "ContactID". This is what I am passing to it and recieving back. Headers: Host:…
SirLoyn
  • 121
  • 8
1
2 3