Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #984545
    usanchit
    Participant

    Hi there,

    I am using ninja forms and the uui datepicker i have tried a lot of things using jquery css to disable input. What i want is that the user can only select the from the calendar drop down and not be able to type in to the field.Some help will be really appreiciated, following is the link to the page if you guys could assist with custom java script or some css trick.

    http://deliverywarehouse.es/cruise

    Thanks In Advance

    #985236
    Nabeel A
    Moderator

    HI there,

    Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #985832
    usanchit
    Participant

    Hi there,

    I figured it out, for people struggling with the same issue-

    I used a textbox and simply pasted following code-

    <script>
    if (jQuery(“#ninja_forms_field_94”)){ jQuery(“#ninja_forms_field_94”).attr(“readonly”,”readonly”); }
    </script>

    Change the field id and input id and your good to go.

    Thanks For the Reply.

    Best Regards

    #986022
    Rupok
    Member

    Glad that you figured it out and thanks for sharing. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-984545 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>