Hi Bogdan , here's an example of a form I am referring to. Would it be possible for me to set an ID for the first name , last name and email field ? Or any other custom field that I add to the form .
Unfortunately the IDs of the custom fields can be only changed directly in the database, but this is highly not recommended because this can reorder relations between customers and then appointments and employees that provides that services.
What I’m actually referring to is not changing the “ID” . Based on what I can see , the fields do not have their own preset “ID” , therefore all I want to do is add my own “ID” to the field .
That way , I’m not changing anything , just adding on if you get what I mean .
Something like this can be achieved with JS, but you will need to get those selectors for that fields. The issue here is that those fields does not have the ID so you will need to get those selectors maybe with class name.
Hi , I would like to know if there is a way for me to set an “ID” for the form fields ? Or if the fields already come with its own default ID .
That way , I am able to write my own scripts to prefill the form.
Hi Jake,
Thank you for your inquire.
Can you please tell me on which forms do you refer, can you please send me the screenshot of it.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
a
Hi Bogdan , here's an example of a form I am referring to. Would it be possible for me to set an ID for the first name , last name and email field ? Or any other custom field that I add to the form .
Thank you
HI Jake,
Thank you for screenshot.
Unfortunately the IDs of the custom fields can be only changed directly in the database, but this is highly not recommended because this can reorder relations between customers and then appointments and employees that provides that services.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan ,
What I’m actually referring to is not changing the “ID” . Based on what I can see , the fields do not have their own preset “ID” , therefore all I want to do is add my own “ID” to the field .
That way , I’m not changing anything , just adding on if you get what I mean .
Oh and just to clarify , I’m referring to the CSS “ID” and not the database “ID” of the form field .
HI Jake,
Sorry for misunderstanding.
Something like this can be achieved with JS, but you will need to get those selectors for that fields. The issue here is that those fields does not have the ID so you will need to get those selectors maybe with class name.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables