Skip to content

General

158 results found

  1. Accepting PayPal payments on forms

    Do you have an add-on or can you update your form builder so that customers can pay using Smart Forms? Not a “donation” add-on, rather a “buy now” option.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. I have purchased your plugin

    I have purchased your plugin.
    My website is in under development phase.
    I have installed the Smart Form Builder plugin in my website in the subdomain for the development phase.
    After developing my website I can move my website to live server.
    So I can deactivate it in the subdomain plugin and activate the live server without any issues?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Booking/reservation calendar add on?

    First, thank you for a wonderful product in Smart Forms & Smart Donations - they both are wonderful & your quick responses are always appreciated!

    Was just wondering if there were any plans or thoughts on adding a reservation calendar option? Your forms can't be beat, and the customization is just beyond everything else out there. The ONLY thing your plugins don't solve for us is booking dates based on schedules/availability.

    Easy Appointment Booking has a good calendar system, just isn't as flexible as we'd like it after being spoiled by you. We'd be happy to purchase this option as…

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Is there a way to show data on other form

    I tried this code but it shows data from the wordpress ..
    I want to show the value of the fields in other form
    can you help me please ?

    <?php
    /**
    Plugin Name: Formdatashowup

    */

    addaction( 'wpajaxnoprivgetuserinformation','smartformextgetuserinformation');
    addaction( 'wpajaxgetuserinformation','smartformextgetuser_information');

    function smartformextgetuserinformation(){

    requireonce SMARTFORMS_API;
    $query=new SmartFormsQuery(17);
    $query->AddField('rnField87');
    $query->AddField('rnField104');

    $query->AddCondition('_UserId','=',get_current_user_id());
    
    $result= $query->GetResults();
    
    echo json_encode(array(
        'name' => $result[0]['rnField87'],
        'email' => $result[0]['rnField104']
    ));
    
    
    die();
    

    }

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Upload files - Need informations and help.

    What is the maximum that can be downloaded? And what extensions?

    Can we change these settings? Thank you !

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Currency field

    I am trying to add a formula "If statement" to the default value of a "currency field"...I would like the default value to not default to 0.00 in the currency, as I want the user to input a value " >= 0.01 " ...
    If the user doesn't update the field value or enter an amount that is equal to or more than 0.01, i want that field to kick back some kind of error statement saying that that field is required to be greater than 0.01......if only I could keep the default value cleared, as maybe that would also…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Show first form data in the second form

    I have two forms.. The first one is for name and email.. after the client click submit, we will receive an email and the second form will show up for the client to complete filling the form and then submit then we will receive another email.

    The problem is :
    – The first form doesn’t connected with second form
    – we receive two email not connected to each other

    My question is :
    Is there a way that I can show the client information in the second form and also showen in the last email?

    I was thinking to make…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Add correct Support URL for Paid customers

    I am using a paid version of smartforms. Currently the url for the support site is to wordpress where you odn't answer inquiries from paid users. If a paid user can't get help there you should display the correct url. It's an annoyance more than anything.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Improve Entries SQL

    I just purchased a paid version of the Smart Form plugin (39.00) and it appears to not save values to the database. When I go to look at the entries on my test forms there’s nothing there. It was sending emails however.

    I went in and changed the date range to start at 1/1/2019 and end tomorrow (1/28/2019) and it returned values. This indicates there is an issue with the SQL you are writing. Please retest your sql. I only entered data today and so I set the date range to start and end on this day. I should get…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Additional Tutorial On placing value in text Fields using Custom Formulas

    I have tried Several methods to set a field using it's id to the value of my script or calculation and it just breaks everything.

    I have tried

    fieldID.value

    I have tried

    var = value;
    fieldID == var;

    FieldID == value;

    document.getElementById("fieldID").value = "myValue";

    All at the Field level not the overall javascript level. My point being there are a LOT of ways to set a value. (with these I can't even make the number 1 show up in a read only text field) All of these Validated and then either made the form not work at all or the…

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Allow Upload File field to filter extensions and customize the ID attribute

    Add a filter extension option to Upload File field and the ID attribute

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Hidden fields for WP User_Meta

    Allow the use of WP user_meta in hidden fields so when a user is logged in and submits the form it will populate the entries with things like username, email address etc...

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Group Panel should be renameable

    Especially if you want to display/hide more form elements you need to be able to address the "Group Panel" correctly to have the conditional set up easier without the need to declare several fields instead of just the "Group Panel".

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Integrate WooCommerce Products

    Allow plugin to incorporate WooCommerce products for selection within the form.

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Support to multilanguage

    Multilanguage today is mandatory for me..

    For example I need change the calendar select in multilanguage for my clients, spanish, english...

    Best Regards

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. time

    I don't see the ability to calculate time's? For example if I wanted to create a form for timesheets I could subtract the start time from the end time and then have the hours and min used for that call. I then take that time multiplied by hourly rate to compute a total. but as of current the time fields don't seem to be available for calculation.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Can't edit entries

    I can no longer edit entries on a form. I could before adding Smart Forms - Register User. I also upgraded to pro.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Anyone reads those suggestions?

    I see plenty of suggestions with no comments.
    Is this page monitored?

    56 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Hidden Fields for Tracking / Attribution

    I'd like to be able to use a generic form to capture information, but have some way of sending the page title / url with the form, so I know which event they were looking at when they submitted. In other words, being able to use a single registration form on every event page, with a field that tells me what event they were registering for based on which page they were on. I tried to set the value of a read-only text box to document.title using the javascript area, but it blows up the form code.

    I'd also like…

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base