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. 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)
  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. 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)
  6. Calculated field in a repater

    Hi, I use repeater for an order details form (each row has Product, Quantity, Unit Price and Total Price). I’d like to use Total Price as a calculated field (Qty * Unit Price).

    I added “Repeater.GetField(current,’Quantity’) * Repeater.GetField(current,’UnitPrice’) to Calculated Formula but when I validate it gives “Syntaxerror: Invalid or unexpected token” error. I checked the field names and they are all correct.

    Do you have any advice?
    Thanks for your help,
    Ercan

    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)
  7. 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)
  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. make it work!

    make it work on mobile devices

    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)
  13. Add a slider as field

    Features:
    - start value
    - steps
    - end value

    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)
  14. Export Saved Smartforms

    Adding a section in Joomla or the Smartform itself for exporting the code used to create the Smartform. This will enable people to send a copy of the form to other websites that they control, making it much easier to copy forms.

    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. Limit the number of repetitions on repeater field

    Add an option in the repeater field to limit the number of repetitions

    4 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. 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)
  17. Extend the Tutorials

    make tutorials more in depth. It is very difficult for me to follow tutorials on numerous subjects i'm unfamiliar with (Java, conditions, formulas) as there are too many of them and none seem to address my actual problem. More in depth tutorial with pics or longer videos will help. I can barely see the current tutorials without making the screen bigger. Unfortunately do that also contorts the image. This makes learning the software extremely difficult for a beginner

    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)
  18. Accessibilty

    Skip the suggestion shit FFS that is so fuckin annoying.

    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)
  19. Pre-answered form by the creator

    It would be great if the creator of the form could answer some cells, save it and then send to someone to finish answering. Then, when the other person finishes it, the creator would have access to that answers.

    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)
  20. One Time Submissions for forms when users are logged in (WPMember)

    I'd Like to use Smartforms as a voting platform for an election therefor I'd like to have the option to set a limit of one submission per registered user please.

    Thanks

    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)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base