Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

from flask import Flask, render_template, url_for, request, redirect from pymongo import MongoClient from PIL import Image import io from matplotlib import pyplot as plt app = Flask(__name__) client =...
Chandu Surisetty's user avatar
0 votes
1 answer
469 views

In advance, thank you for reading this long question. To start with I have this static AWS S3 hosted HTML form that I'd like to use to gather a requester's contact information/question so I can ...
James Eastman's user avatar
0 votes
1 answer
3k views

I am using react hook form controller on material UI textField component where the type i am giving as file. <Controller name={name} control={control} render={({ ...
Gulshan Jangra's user avatar
8 votes
7 answers
68k views

I am new to React;I am learning about React Form. I understand the code but I do not really understand the concept behind and why we use this line " onChange={(e) => setName(e.target.value)}&...
Active Coder's user avatar
0 votes
0 answers
40 views

I am new at django I was designing my own website to store value of form in the database please help I can't able to overcome the error the error is multivaluedicterror from django.shortcuts import ...
Banajit Rajbongshi's user avatar
0 votes
1 answer
885 views

I have a bootstrap table that looks like this - $('#colorChangeForm').submit(function () { changeBackground(); return false; }); function changeBackground() { var noOfProposals = document....
Swaminathan K's user avatar
1 vote
1 answer
669 views

I am curious how I can force the user to enter a valid email address and if it is not valid don't show the submit button as active? here's the current code I have. Currently if the email is invalid, ...
Mona Jalal's user avatar
  • 38.9k
-1 votes
1 answer
284 views

I have a GPA calculator form, and when a user enters their information, I want it to stay populated on the screen. E-mail: <input type="text" size="35" name="email" value="<?php echo $...
catherinethegreat's user avatar
0 votes
0 answers
27 views

I'm trying to carry a value from the form into my 'Formhandler' document but I can't get it to work. I tried adding a value (Register) to my html tag but that did not work. I know that it's my "...
HarrisonWD's user avatar
1 vote
3 answers
1k views

Good day all, I have a question I looked it up everywhere and I still seem stuck If I submit a form via post -> variable -> database and then redirect to another page using header(location:page....
Christiaan's user avatar
1 vote
1 answer
111 views

I am creating a form and am using HTML::FormHandler. I have a select field similar to the following: has_field color => ( type => 'Select', default => 'green', ); sub options_color { ...
killianjackson's user avatar
2 votes
1 answer
86 views

I'm using Text::Xslate with HTML::FormHandler (HTML::FormHandler is actually used behind the scenes by CatalystX::SimpleLogin, in case that helps). I'm using Text::Xslate's TTerse syntax and trying to ...
srchulo's user avatar
  • 5,213
0 votes
0 answers
74 views

I had facing a problem and found out a hot fix for it. But i do not know how the workflow of submit HTML form and i want to know why it happens. Following is my situation: if i have a IMG wih src ...
NevenHuynh's user avatar
  • 6,829
1 vote
1 answer
145 views

I am developing a Perl/Catalyst web app using HTML::FormHandler for forms. I am trying to do a conditional validation on a field if a checkbox is checked. The code below is from a Role I created for ...
Tony Okusanya's user avatar
0 votes
1 answer
329 views

I am trying to validate a iban no for germany, but I cannot get pregMatch to work with formhandler. I cannot find a mistake and compared it with the formhandler documentation, but nothing helped. ...
dgorges's user avatar
  • 139
0 votes
1 answer
75 views

How to add fieldname to Formhandler errorListTemplate.singleWrap typoscript? I have the following Typoscript : plugin.Tx_Formhandler.settings { singleErrorTemplate { totalWrap = | ...
Nicolas Rousseau's user avatar
-2 votes
1 answer
860 views

using HTML::Formhandler in Catalyst I defined a form based on a database table (item_class). What the form does is set the first three select lists based on the contents of several tables (other than ...
piet paaltjens's user avatar
1 vote
1 answer
96 views

Hi I'm using the HTML::FormHandler in my Catalyst Project. I Want to you use the input field type DateTime-local as you can see here: http://www.w3schools.com/html/tryit.asp?filename=...
bor32's user avatar
  • 41
1 vote
0 answers
53 views

The documentation for HTML::FormHandler::Select says that the sort_column option Sets or returns the column or arrayref of columns used in the foreign class for sorting the options labels. I've tried ...
srchulo's user avatar
  • 5,213