I setup registration form with some basic fields
One is Facebook URL
When I put facebook url on facebook input field it show
button with some code
https://prnt.sc/zplC9tHcd0Dx
What type of information are you trying to capture on the information form? And why are you putting scripts into it?
<p>I want to capture facebook profle link using facebook field</p>
I want facebook profile link for user by facebook field but while I put facebook link its show some code on field
<p>Not showing facebook url on user edit page</p>
I don't think you should be storing the script code with the Facebook URL in the text field. All you need to store is the text version of the URL without the script tags. Example: "www.facebook.com/groups/formidablemasterminds"
Then you build your script tags dynamically using the field's content.
Please login or Register to submit your answer