Tagged: x
-
AuthorPosts
-
May 10, 2016 at 1:27 pm #984545
usanchitParticipantHi 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
May 10, 2016 at 10:20 pm #985236
Nabeel AModeratorHI 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.
May 11, 2016 at 8:47 am #985832
usanchitParticipantHi 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
May 11, 2016 at 10:30 am #986022
RupokMemberGlad 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-984545 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
