WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-133f4a-4.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 120315 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: Use Flask {{ form.submit() }} as Form Submit
Flask - WTForms uses as Submit Button of a Form this variable: {{ form.submit() }}
When I use this variable, the frontned generates this input field:
<input class="btn btn-primary" id="submit" name="submit" type="submit" value="Login">
Unfortunately the form does not respond until I double click on the input field.
MDB seems to respond only to button tags in the form.
<button class="btn btn-primary" type="submit">Submit Form</button>
If I use the standard bootstrap, then sending with the input field generated by {{ form.submit() }} also works.
Does anyone have an idea what this could be?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 4.4.0
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No