Tagged: x
-
AuthorPosts
-
January 23, 2017 at 3:47 pm #1342150
htc031513ParticipantHi there,
Thanks for including the E&P Form Builder plugin. It’s awesome. Is there a way you can assign an unique ID to input fields? I looked everywhere but it doesn’t seem to give me an option to assign an ID.
January 23, 2017 at 9:19 pm #1342555
DarshanaModeratorHi there,
Thanks for writing in! Currently there is no option for that. However if you describe your requirement, we should be able to assist you with a possible workaround.
Also provide us with the link to your reference page.
Thanks!
January 24, 2017 at 8:30 am #1343172
htc031513ParticipantHi Darshana,
Thanks for the reply. I’m trying to pre-populate the input fields by grabbing the passed values from URL. So for example, if my URL is
https://www.example.com/?name=Thomas&company=Apple,
I want the input fields to populate the name and company values.To fully illustrate this example, you can visit my site.
http://preview.rentalhosting.comand if you scroll down all the way to bottom, there is a form named “Get in touch with us”. Try filling it out and make sure you click on the “send me a free quote” button as this would redirect you to the E&P Form Builder page.January 24, 2017 at 1:28 pm #1343545
Nabeel AModeratorHi again,
It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
January 24, 2017 at 2:07 pm #1343586
htc031513ParticipantHi there,
Is there a reason why this would be outside the scope of your support? I just need to find a way to assign input fields with an ID. Could you at least tell me the plugin’s template file where I can change this? I contacted the plugin author and I was advised that I need to speak to your support team since the plugin is included within the theme.
January 24, 2017 at 8:06 pm #1344116
DarshanaModeratorHi there,
You can use JavaScript to do that. Custom development is beyond the scope of the support, however check the following resource for more information.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1342150 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
