Questions tagged [sharpspring]

Use this tag for questions about Sharpspring forms and customisation thereof.

https://sharpspring.com/features/forms/

Dynamic Forms Built for Conversion.

Build, customize and reorder fields with drag-and-drop editor. Dynamic forms autocomplete fields for known visitors to improve conversion with custom CSS. Can map fields from 3rd-party and native forms.

8 questions
2
votes
0 answers

Sharpspring JSON Format - PHP Example Conversion to Coldfusion

We are trying to work with the Sharpspring API to synch up some of the data we have on their system with our local database. They have some example code in PHP (which I'm only vaguely familiar with) but I would like to convert it to Coldfusion…
Paul B
  • 93
  • 5
1
vote
0 answers

Hydration error in Nextjs with sharpspring form

I'm getting an error when trying to insert a form that is coming from an external tool in Nextjs, more specifically Sharpspring, and the error in question is the way I'm inserting it in the HTML, as it returns an iFrame, I need to create one parent…
0
votes
1 answer

Embed SharpSpring form into React component

I'm trying to embed a Sharpspring form script into my React (page.jsx) component. For this form to load succesfully it needs to be placed outsite the element, and inside the
where I want to display the form. The original HTML…
mdeotti
  • 101
  • 2
  • 10
0
votes
0 answers

How can I pass the Session ID in API Request via Apps Script?

I am trying to access the API of our CRM Documentation through Google Sheets / Apps Script. When accessing the API through Postman I have no issues and get the desired results using the following setup: POST:…
0
votes
2 answers

Using the #set() directive in an #if() #elseif() statement

I am attempting to add dynamic content to an email and want to remove the velocity syntax from the email body and replace it with a $var by using the #set directive like this: #if('x' = 'y') #set($z = 'z') #elseif( 'a' = 'b') #set($c = 'c') This…
0
votes
1 answer

Dynamically changing string - correct value not being submitted?

I recently posted another question about how to add content to a string (Dynamically change string with JS?), and I made progress on that front but it seems the updated variable is not being submitted. Am I missing something? Here is my code:…
user8792133
  • 27
  • 1
  • 8
0
votes
1 answer

SharpSpring - Prevent form from automatically appearing if user has filled out form (without relying on cookies)

Ok, this is related to the question I asked a short while ago: Silverstripe/PHP/jQuery - Once form has been filled out by user, prevent it from automatically appearing for each visit Something has changed since then. Per request of the client, the…
Dejsa Cocan
  • 1,539
  • 3
  • 19
  • 56
0
votes
2 answers

Embedded Form Submit Event

I am trying to trigger a function on submit of an embedded form. The form is embedded using javascript. I've tried to target the form with a generic call i.e $('form').submit(function(){ alert(); }); This is not working. I also tried to target…
Juan Rangel
  • 1,763
  • 1
  • 18
  • 34