I've added a few for you. Excuse some of the funky ones where the left-side menu repeats. That's the screenshot addon for my browser acting funkySorry, they are too small, I didn't notice that. Won't be a bad idea to add them to the Overview tab![]()
I've added a few for you. Excuse some of the funky ones where the left-side menu repeats. That's the screenshot addon for my browser acting funkySorry, they are too small, I didn't notice that. Won't be a bad idea to add them to the Overview tab![]()
([^\s]+(\.(?i)(jpg|png|gif))$)
Hi empire,There's a field where we want people to put the URL of an image ending in jpg, gif or png. So I set it to value match this regular expression:
Code:([^\s]+(\.(?i)(jpg|png|gif))$)
Is this ok to use, or is it exploitable in any way? Is there a better way of handling it?
Hello,Hey @LP-John
Thanks for the Forms, it works very well.
I just upgraded the Xenforo to 1.5.0 and some Weeks ago to 1.5.1 - everything still works fine.
But i would like to add another Form - if i want to add a Form Field in the New Form, i always get 403 Access Denied.
Do you know, are there some Problems with the new Xenforo Versions?
Thanks,
oNdsen
Hello,Hi John
Does this form display the fields on Tapatalk? In other words..does the addon directly insert the fields in the message? That will make it 100% compatible with Tapatalk (read mode only)
If the addon is uninstalled will all fields disappear on posts?Hello,
We actually do not support Tapatalk, so I couldn't say if it works or not. I have personally never used them. I would venture to say that it's wouldn't work if it requires some API development.
You mean any forms submitted that create new threads, posts or conversations? No that text will still be there.If the addon is uninstalled will all fields disappear on posts?
Thank you. That means it will be totally compatible with Tapatalk (read only) because fields are directly inserted in the message as text and not loading a script for example.You mean any forms submitted that create new threads, posts or conversations? No that text will still be there.
As of right now there is no way to embed your forms into other pages. You can however use the HTML header and footer sections to turn the form into a page itself.Is it possible to add forms to existing templates? For example, let's say I want to add a small form to one of the help pages.
There isn't a hide field functionality available, but you can hide it using CSS if you wanted temporarily. You can also use the template section for each destination and manually add all of your fields and simply insert that information into the template. That might be a little more complicated than what you're seeking to do.Is there no simple function to hide a field from the client side?
Ex. User id, date, time, ip.
Or am I over looking it?
Not at the moment, but that can be something we look into.Thanks
What about having a pre-populated field locked from edits?
ex. having user-id field view-able to the client but un-editable?
Thanks.
CSS solution to make field hidden on client side form =Is there no simple function to hide a field from the client side?
Ex. User-id, email, date, time, ip.
Or am I over looking it?
.lpsf_email{
display: none !important;
}
This does depend on the name of the field the user wishes to hide, but yes that would be the code to hide a field via CSS.CSS solution to hide on client side form =
Code:.lpsf_email{ display: none !important; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.