GetSimple Support Forum

Full Version: Remove URL validation on social media url page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to edit load.php?id=InnovationPlugin

I know right now you have to have a url that is something like this
http://www.facebook.com

I want to remove the URL portion and i would like to be able to add submit html data in that field.

How would i skip url validation on this?
Hmm not sure but if he input has type=url you can probably just remove that or change to text, this is html5 validation I am not sure if the plugin does it own secondary validation or not.
(2015-03-15, 11:34:18)shawn_a Wrote: [ -> ]Hmm not sure but if he input has type=url you can probably just remove that or change to text, this is html5 validation I am not sure if the plugin does it own secondary validation or not.


Where do i find the form at?
In the plugin file.