Libraries tagged by summit
ttek-plg/plg-ruleset
262 Downloads
This plugin allows for rules to be attached to placement types and gives auto approve ability when students submit placements.
tonisormisson/lime-response-logger
5 Downloads
A LimeSurvey plugin to save a log from each survey page submit
tinybeans/easy-form
16 Downloads
You can make a contact form easily. Just submit a form, and an email will be sent.
test-magenx/module-signifyd
0 Downloads
Submitting Case Entry to Signifyd on Order Creation
studiomitte/powermail-freebie
0 Downloads
EShow content elements only to users who submitted a powermail form
slamecka/dependent-select-box
74 Downloads
Author is Daniel Robenek. Nette component selectbox whose condition depends on another. Values are updated either Ajax or without JS using a SubmitButton.
silbinarywolf/usersubmissionpages
335 Downloads
Adds a customizable form where users can submit information to be approved and added to a listing by the CMS user.
shababsoftwares/chatgpt-describe-audio-and-chat-with-ai
2 Downloads
This is Laravel Project, You can submit any Audio file, AI will transcript it, and you can further ask Question about this Audio script.
sfneal/honeypot
3563 Downloads
Prevent & track spam that's been submitted through public facing forms
sem-soft/yii2-ajax-confirm
852 Downloads
Submit button widget with ajax asking for confirm displaying
secamedia/jquery-ajax-form
13 Downloads
wraps form submits with a callback and also submits clicked buttons
schams-net/form2database
2 Downloads
TYPO3 Form Finisher: Store submitted data into a database table
rvsitebuilder/laravelsitemap
2 Downloads
Generate sitemap.xml and submit to google automatically
reven/hyperf-redis
20 Downloads
base cache and redis version lock and repaet submit
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.