Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342150
    htc031513
    Participant

    Hi 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.

    #1342555
    Darshana
    Moderator

    Hi 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!

    #1343172
    htc031513
    Participant

    Hi 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.com and 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.

    #1343545
    Nabeel A
    Moderator

    Hi 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!

    #1343586
    htc031513
    Participant

    Hi 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.

    #1344116
    Darshana
    Moderator

    Hi 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.

    – (http://stackoverflow.com/questions/5422265/how-can-i-pre-populate-html-form-input-fields-from-url-parameters).

    Thanks!

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