-
Posted a reply to change back ground color checkbox, on the site WordPress.org Forums:
Thank you! -
Created a topic, change back ground color checkbox, on the site WordPress.org Forums:
Hello, With this code "fbuilder .cff-checkbox-field… -
Created a topic, ds datatable, on the site WordPress.org Forums:
Hello, What does this script mean? Where to use for? … -
Created a topic, pdf download link in thank you page, on the site WordPress.org Forums:
Hello, How to create pdf download link in thank you p… -
Created a topic, insert post, on the site WordPress.org Forums:
Hello, How to insert image https://cff.dwbooster.com… -
Posted a reply to fbuilderjquery.getJSON() and input field, on the site WordPress.org Forums:
<script> fbuilderjQuery(document).one('showHideDepEvent', function(){ fbuilderjQuery.getJSON('https://opendata.rdw.nl/resource/m9d7-ebf2.json?kenteken=fbuilderjQuery('[id*="fieldname1_"]').val()', function(data){ fbuilderjQuery('[id*="fieldname3_"]').val(data[0]['merk']); fbuilderjQuery('[id*="fieldname5_"]').val(data[0]['handelsbenaming']);} );}); </script> i have replaced with the code… -
Created a topic, fbuilderjquery.getJSON() and input field, on the site WordPress.org Forums:
Hello, <script> fbuilderjQuery(document).one(&… -
Created a topic, cp_calculatedfieldsf_insert_in_database.php, on the site WordPress.org Forums:
Hello, I have 3 forms, 2 forms with fieldname2 and 1 … -
Posted a reply to cff registration form module, on the site WordPress.org Forums:
Thank you very much. -
Created a topic, cff registration form module, on the site WordPress.org Forums:
Hello, How to autologin after registration, using cf… -
Posted a reply to how to get current post id, on the site WordPress.org Forums:
Thank you for your answer. Is it possible to calculate the post_id like jQuery('#post_id').val() and… -
Created a topic, how to get current post id, on the site WordPress.org Forums:
Hello, How to show current post title in DS while the… -
Posted a reply to Lookup table., on the site WordPress.org Forums:
Hello, When client is logged in and if his email is in the csv file… -
Created a topic, Imagemap and selection radiobutton, on the site WordPress.org Forums:
Hello, How to combine imagemap with radio buttons. If… -
Posted a reply to filling form with JSON data, on the site WordPress.org Forums:
Thank you very much! -
Posted a reply to filling form with JSON data, on the site WordPress.org Forums:
Thank you, so it would be like this: fbuilderjQuery(document).one('showHideDepEvent', function(){ fbuilderjQuery.getJSON( 'https://api.manana.kr/exchange/rate/KRW/USD.json', function(data){fbuilderjQuery('[id*="fieldname1_"]').val(data[fbuilderjQuery('[id*="fieldname34_"]').val()]['rate']);} ); }); -
Posted a reply to filling form with JSON data, on the site WordPress.org Forums:
fbuilderjQuery(document).one('showHideDepEvent', function(){ fbuilderjQuery.getJSON( 'https://api.manana.kr/exchange/rate/KRW/USD.json', function(data){fbuilderjQuery('[id*="fieldname1_"]').val(data[0]['rate']);} ); }); .val(data[0], how to change the 0 by fieldname… -
Created a topic, Pass field value to another form on different page, on the site WordPress.org Forums:
How to pass a field value to another form on a differe… -
Posted a reply to calculated form fields: plus/ minus button, on the site WordPress.org Forums:
Thank you very much! -
Created a topic, calculated form fields: plus/ minus button, on the site WordPress.org Forums:
Hello, How to insert button when clicked quantity in n… -
Posted a reply to calculated fields form summary field display none when there is no input, on the site WordPress.org Forums:
Thank you very much!!!, it does work. -
Created a topic, calculated fields form summary field display none when there is no input, on the site WordPress.org Forums:
Hello, I do not want to show cff-summary item in sum…