Questions tagged [jotform]

JotForm is a online service that provides web forms for websites through an easy to use WYSIWYG editor.

JotForm is a online service that provides web forms for websites through an easy to use WYSIWYG editor.

JotForm has become popular due to the flexibility that they allow, as well as the additional options such as Web Hooks and API integrations that similar services do not offer.

49 questions
8
votes
1 answer

Open Source Dynamic form builder for HTML forms?

I am looking for an Open Source Dynamic form builder something like http://www.jotform.me/ but free and Open Source and the End form must be in HTML no XHTML nothing else. Is their anything available ?
Leonidus
  • 448
  • 3
  • 9
  • 23
3
votes
3 answers

Trigger Google Apps Script when Jotform submitted and integrated to spreadsheet

Is there a way to trigger a Google Apps Script when a Jotform is integrated and submitted ??? I guess even a way to trigger of the new row created. This is the flow i'm looking for. Jotform submit >> Google Spreadsheet >> Trigger Google Apps…
user1437689
  • 31
  • 1
  • 2
2
votes
1 answer

How to convert IP Address to Country Name

URl - https://docs.google.com/spreadsheets/d/1lvmwHqINzKxjKgZjmDAkntFDo2R_lrfy2GUd-ohCA2A/edit#gid=1237083423 As you can see there is a column which displays IP Address. Basically it is a survey form (JotForm) whose responses are real-time updated…
chiragvora
  • 23
  • 2
  • 9
1
vote
1 answer

How to capture URL params within wordpress and pass along in javascript

My lack of experience with both Wordpress and Javascript is tripping me up. I have a Wordpress page that has a Jotform embedded using this tag: But I have a…
1
vote
1 answer

Variable is not defined outside of the function

Can someone please help me with this? I am new and I debugged and tried several codes while executing my codes. I'm trying to pass a base64string into JotForms that will allow me to generate my image into their PDF. Here is my the error…
1
vote
0 answers

Jotforms integration issue with submission

I integrated Jotforms into a landing page more for the purpose of storing data. However, I'm having an issue after submission. Every time someone submits a form, jotforms has this error thing that is like a new page, but it still actually submits…
1
vote
0 answers

IFrame in tab not loading

I'm not a HTML coder and have been asked to help on an issue. I thought it would take 5 seconds but I have a bug. Its simply an html page with 2 tabs each with a Jotform iFrame embedded. When switching to the second tab(not default) , it doesnt…
Tshezi
  • 11
  • 3
1
vote
1 answer

Jotform: Parse returned data issue

I'm trying to parse data returned by the Jotform API. I'm successfully echoing the data but I'm also getting unnecessary additional lines of text. My PHP code is: include "JotForm.php"; $jotformAPI = new JotForm("myapikey"); $submissions =…
Lhen
  • 181
  • 3
  • 15
1
vote
1 answer

PDFBox: No glyph for U+0054 in font AAAAAD+FreeSerifBold

my PDFBox throws following error: No glyph for U+0054 in font AAAAAD+FreeSerifBold. I found several similar threads on stackoverflow but I couldn't fix my problem by them. My code is similar to code example: public QuoteWorkerPdf() throws…
xMichal
  • 624
  • 2
  • 7
  • 19
1
vote
3 answers

Table rows integrate

I'm using JotForm and I have to style some table with only CSS. My problem is how can i integrate two rows, first row is header and second row is input section. But I can't explain what my problem is. Just see the code and try to solve my problem…
user6082142
1
vote
0 answers

Releasing connection: Connection can be kept alive indefinitely in tomcat while sending request from one form to another

I am using 2 forms in my application. From my first form I am taking form data to servlet class and from this servlet by passing URL of second from I am redirecting to my second form. I am using this in my code: Response.sendRedirect("[next form…
Deepali Singh
  • 55
  • 1
  • 6
1
vote
1 answer

Making on Offline form using JotForm

i'm a beginner and just learning about HTML. I just need a point in the right direction here. Any tutorials you can point me to would be greatly appreciated. I am trying to create an offline version of this form I created on…
tlujan0001
  • 17
  • 7
1
vote
2 answers

JotForm conflict with JQuery

I am trying to use JQuery datepicker along with Jotform in my html page. but it seems that jquery and jotform dont get along after all .