Forms Questions
Ad
Ad
Magic forms octobercms ajax file upload
Upload Ajax file easily using Magic forms OctoberCMS, Magic form's Upload AJAX Form component is built for uploading files and documents alongside contact form information.
Magic Forms Generic AJAX Form setup install
Magic forms how to install and integrate it in OctoberCMS. Collecting basic information using the simple contact form from customers.
Magic Forms in OctoberCMS BUG fix Solution
Magic forms have a minor annoying bug. But you can fix it easily by next OctoberCMS update and everything will be good as usual.
JSF2.0: How to write h:form in MyComponent in Java?
I'm writing a jsf2.0-component as a java class and renderer class and so on. i can't write parts of the output in the xhtml like
programmatically add css class to ListItem
I need to produce with asp.net controls this structure, but listitem doesn't allow add properties and classes. what is the best way to do
how to select a form inside a datatables without an id
Ive this form write inside a table with html laravel collective: @foreach($patients as $patient) <tr>
Making a WinForms TextBox behave like your browser's address bar
When a c# winforms textbox receives focus, i want it to behave like your browser's address bar. to see what i mean, click in your web
How do you stop the Designer generating code for public properties on a User Control?
How do you stop the designer from auto generating code that sets the value for public properties on a user control?
PHP based form validation helpers?
From my time working with ruby on rails, there is a couple different packaged/projects out there to manage both validation and error reporting in
How to use the getFieldDecorator with react (function) hooks
I am trying to create a simple antd form but dont know how to make the getfielddecorator to work with my react function. how do i translate
Gantt Chart Controls on Windows Forms
We are evaluating options for a gantt chart control (on windows forms) as opposed developing one on our own. what are the various gantt chart
How do I enable a second monitor in C#?
Is it possible to enable a second monitor programatically and extend the windows desktop onto it in c#? it needs to do the equivalent of turning
header ('location: page.html'); not working, when form submitting by ajax
I'm getting no errors, but when submit is hit, form is cleared, email is sent but no redirection happens. i have also tried to redirect using
Ad
Pass value WinForm =>(page.html?query123)=> HTML =>(page.aspx?query123)=> asp.net //esle?
The problem here is the middle of the line (html). the chain: i have winform program that uses awesomium (alternative to native
How to Delete the last line of a file.txt
I'm reading a file.txt using streamreader and writing using streamwriter. i'd like to know if it's
How to read content in a line of a file.txt
I have a line like this: 114765 * 3 * 659300 * 01 * 17/01/2013 * * 1 * chuck norris * chuck norris jr* owner * 1 * 28/04/1983 *
Save ListBox_SelectedItem to file.txt
Hi all, i wish save in a file.txt the chronology of the song played by my music player . i tried this code snippet but doesn't work :
Contactform in footer of page
I have a contactform in the footer of a website. so it is on every page. it works, with one problem: as soon as it is sent, it doesn't show
Contactform send mail while required fields are not filled
I would like to setup my contact form like this that there will be no mail sent if the required fields are not filled in. if i click 'submit'
Php Contactform with error messages dont trigger php script
I've made a index.php for a simple contact form with some error messages. the script and the form are in the same index.php (tryed also external,
Contactform with two date-choices. Only one is showing
Hi there i'm building a form where people have to submit two dates. all in the form seems to be going well but when i fill in the form, and select
cakephp login form action url error in contactform Plugin
I'm new to cakephp and i face an error with form helper in plugin on xampp localhost. firstly the contact form i use is from
How to resolve a NameError: global name 'ContactForm' is not defined
I create a contact form in flask, but it's not working. it gives the error nameerror: global name 'contactform' is not defined the custom
contactform - read and show name without validating
I have a contact-form with text-areas for name, e-mail and the message. the only area i want required for validation is the area for
Ad
PHP doesnt show DIV / Contactform
This is the working code of mine, without the newest uggestions of boynux. now i will try to combine both and maybe to get red div boxes if a
Check functions on onsubmit doenst work jquery contactform
Update.. code works now had to change the validation statement on form submit. removed the valid vars etc etc. but it works now
How do I upload a HTML form with a username, password, multiple file uploads and then process it with PHP?
How to post a username, password and multiple binary files from a single html form and process it using php? i'm not allowed to use ajax.
What's a good strategy for renewing the expiration of a forms auth ticket between .net and php?
I'm creating an application that will get the contents of a cookie storing a forms authentication ticket from .net. that part is done. in that
Forms Auth-pwd recovery-I'd rather the user reset it on the web and not send email
Question 1 - i'm wanting to give the user the ability to reset their password only without an email and generated password. the user verifies
ASP.NET Forms auth - gettings user data
I'm using forms authentication on a very small asp.net web app (web forms) in which i want to store additional info about the user in a separate
Avoid losing PostBack user input after Auth Session has timed out in ASP.NET
I have a form that sits behind asp.net forms authentication. so far, the implementation follows a typical "out of the box" type
Page only posts back with Fiddler attached?
I have reporting services set up with forms authentication. our app is sitting over reporting services and uses it's authentication extension as a
Buffered Multipart Form Posts in Ruby
I am currently using net::http in a ruby script to post files to a website via a multipart form post. it works great for small
BackgroundImage shifts when mouse cursor is hovering over the button
Sorry for my english. this is the first time i write a question in this language. i will be glad if you correct my grammatical errors. i
HTML How to display all user input on single line with space inbetween each
I want to display all of the user input from and unto a single line (with space between each) when i press a button. i already have the button
Ad
FilePath is wrong/not supported
I´m trying to save a camera picture to a folder. when i save it, i become the following message: "system.notsupportedexception:
Where can I get free Vista style developer graphics?
What is the best source of free vista style graphics for application development? i want 32x32 and 16x16 that i
ASP.NET Login Page Styles
I have created a user login page and am using forms authentication. users are required to log into the system to use it, there are no anon pages.
Interop Controls not picking up XP Styles
I created an interop user control in vs2005. when the user control is shown inside vb6, it does not pickup/use the xp styles (the buttons and the
why are local styles being ignored when using forms authentication in asp.net?
I have some styles applied to html for example <body style="background: #c3daf9;"> and when i use forms
How do I validate a multiline asp:textbox control using custom validators and JavaScript?
I'm trying to validate a multiline textbox control as follows: my content page (i'm using master pages) contains a text box control with a
.NET two "forms" on a page and their validators
I have got a page that has 2 "forms" (what i mean by a form here is a panel consisting of: textboxes, validators and a button). (i got 2
Can you have custom client-side javascript Validation for standard ASP.NET Web Form Validators?
Can you have custom client-side javascript validation for standard asp.net web form validators? for instance use a
How to programmatically log in to a website to screenscape?
I need some information from a website that's not mine, in order to get this information i need to login to the website to gather the information,
Angular Material 2: md-select doesn't show initial value
Good evening, i'm using angular material 2.0.0 beta1, and i've got troubles with md-select. here is the code: <md-select
Angular 2 md-select don't bind selected value when populate from Observable array
I have angular2 reactive form which contains md-select to make user select doctor from firebase md-select works fine when data exists before
Ad
Angular Material 2 md-input is not focusing when i setValue to the formGroup
Something weird is happening with md-input focus: this is one of the element i have <md-input-container
Rules for multi-user WinForms apps on Vista
We have an msi installer for a .net winforms app for windows xp that installs and runs only as an admin. users have to log in to the app when it
Fill datagridview datasource with existing columns
Is there a way to fill datagrid datasource with the existing columns?. im trying to set a datasource on my datagridview everytime i set my
Making a C#/Winform application cross-platform - should I use AIR, Mono, or something else?
I have an app that i've written in c#/winforms (my little app).
How do you "preview" user actions like resize or editing in GoDiagrams?
the godiagram object model has a godocument. goviews have a reference to a godocument. if the user does any modification
Communication between app.component.html and app.component.ts
I have built an angular form in my app.component.html file, and i am trying to submit the field inputs to an api via the app.component.ts file.
HTTP POST - I'm stuck
I have to post some parameters to a url outside my network, and the developers on the other side asked me to not use http parameters: instead i
How Do I Post and then redirect to an external URL from ASP.Net?
Asp.net server-side controls postback to their own page. this makes cases where you want to redirect a user to an external page, but need to post
How to retrieve SubItem.Text property from listview item
I am trying to retreieve listview subitem .text property. my listview has two columns: id and name. i want to access name for
How to use Xamarin Community Toolkit extension properties and attributes in the C# code behind?
I am using xamarin.community toolkit's shadoweffect.color and icontintcoloreffect.tintcolor through
Data created with form onSubmit is not saved correctly (React Hooks and JSON)
I have a form that it needs to create the item "post" with a unique id, title, author and content. something like this: {
Ad
php only updating first database entry regardless of what entry i try to update
So i'm doing a project for school, and i am trying to update certain items in column for certain rows in my database, however, regardless of what
Login.aspx always wants to be my home page!
Just starting out in asp.net. have just created a login.aspx page in my site and stuck on a asp login control - that's all i did. now my
PHP guestbook app
Working on a simple php form (mini guestbook) it is to write to a text file then, once submitted, the resulting page will display the contents of
making a simple guestbook
If you have an html and you sumbit it to a basic php file receiver, i wonder how you make them add up. how do you make the submitted forms stack
Offline GuestBook with Pen-Input and PC-Camera Input
I have a requirement to create a offline guestbook on windows vista platform. the visitors will use the lenovo tablet pc to write their feedback
How do I use firebase ml kit with xamarin.forms?
I am trying to make an app in xamarin.forms that needs to be able to detect text from images, and i decided to use firebase ml kit. how do i use
How to submit form with data before logging someone out?
I'm using the document.form.submit() function for a rather large input form (hundreds of fields, it's an inventory application). i'm calling this
Unhandled exception logging for Windows Forms
Is there anything like elmah for windows forms? i'm looking for a
Build Xamarin project in IOS which Created in Windows
I am working on xamarin forms application in windows , i want to get ipa file , is it possible copy the solution to mac pc and build that project
FCM token NotRegistered after unhandled exception in app
I have a xamarin forms ios app set up to work with firebase cloud messaging for push notifications using xamarin.firebase.ios.cloudmessaging
How can I write a unit test for a controller class that uses winforms for views?
Has anyone been able to successfully unit test methods that are, by necessity, coupled to the system.windows.forms.form class? i've
Ad
how to fix Form validation 'unknow' in django
When i use single form there is no problem but when i used multi-forms in a class based view it's getting validation failed with image field. i
How to spoof a closed google form ("...no longer accepting responses")? I want to submit a form after deadline
How to spoof a closed google form ("...no longer accepting responses")? i want to submit a form after deadline. how can i access and submit a form
How to make correctly autocomplete in React
I want to make autocomplete input of cities in react. i have json file of cities ~15mb. how should i correctly
Xamarin.Forms Shell navigation outside the visual hierarchy
I'm having a problem with how to implement navigation to pages that are not represented in shell visual hierarchy (defined in my shell xaml).
Use attribute of object as a source of TextInput
I have my object, that is stored in a variable entitydata. i want to print the currrent values of attributes from my object to
Clear Formik field with initial value React
Codesandbox:
Making button enabled when javascript return true
I'm trying to do a form with a basic captcha. currently, because i'm a novice html coder, i only did the submit button enabled when the user
Why is ObservableCollection updating UI on Android but not iOS?[Pendent]
I have a cross-platform app on xamarin forms for android and ios. in some view, i am using an observablecollection as source of a
Want to get value from Javascript into HTML form to submit to Firebase database
I'm not at all into javascript but had to build this input form using code from two different tutorials to help me populate my firebase database
How can I highlight optional input:text if it isn't empty?
I found solution for :required inputs but nothing for :optional. thank you for help and sorry for my english,
laravel - validation with custom value
My form has a textbox, and 3 radio buttons. the radio buttons indicate what type of tool a user wants to use, but he needs to have them in his
Ad
Filter AppCenter push notifications depending on the current logged in user
Using appcenter i am able to send push notification to all my devices with my xamarin forms (android only) app. since my devices, are
Is it possible to use an existing google-services.json file for a new Xamarin.Forms app?
I am in the process of consolidating my ios and android apps into one code base using xamarin.forms. i am using firebase to handle remote
Resolve many proguard warning
I saw a lot of warnings when connected, more than 5 thousand, i found information that i should solve problems in a similar way
Xamarin Forms BACK BUTTON not triggered when a field is focused
When an entry is focused and you hit back, the only thing that happens is unfocus that entry. hitting again the back button and then it is
React - prevent Form's onChange event from setting parent state until Enter key is hit
A child class search has a form input that expects some string to searched for (example: some area in the city). the parent component
React - Form submit button in parent Modal
I have a semantic ui form: import {form} from 'semantic-ui-react'; <myform> <form onsubmit={_handlesubmit}>
Material UI dropdown (select) element not updating in onChange in dynamic form
I'm creating a dynamic form that loads some extra fields via some json. my problem is that the and elements are not re-rendering after the value
Data not storing in database for choice field for UserRegsitrationForm django
I have extended the usercreationform of django to add extra fields : email and choice field. now when i am filling those details in the
I'm getting 'AttributeError' whenever I try to edit any entry through forms in Django
Every time i try to edit any entry through a form, it gives attribute error. i have only one model that is blogpost models.py
Display pattern error without submitting the form
I have a form that i have put on couple pages, i have a 'next' button wich is displaying the next page, and, when on last page turns to a submit
POST variables won't arrive ... why?
I can't find the error. why doesn't receive my result page the post variables from my form? i do always get an empty array with my
Ad
How to add up values in HTML form inputs with the help Laravel
I am trying to get a sum of input values in an html form within a laravel application. here is the code that i already have. any suggestions on
Rendering a form dynamically in react
I have written functional based component i am checking the type in the switch case ,depending on the type i am creating the form here
How to parse django view object to JavaScript object?
I am trying to build this : there is a button, and if the button is clicked, it sends some request to django server and server returns some
Where can I find the latest information on icon sizes for Android tab bars?
I found this site so far:
undefined is not an object (evaluating 'this.props.navigation') with fetch
I try my best to make a sign-in form with react native but : i can't make a redirection to 'app', the error message is :
Why won't custom input controls validation properly in Ant Design forms?
I'm using ant design and i have the following trouble with forms. i have a custom component which wraps an antd autocomplete with the code
How to post data from form to API using submit button?
I have api running locally on http://127.0.0.1:8000/api/node/ . the api
How does Xamarin Forms change the color of a png icon that I use in a bottom navigation area?
My application uses png images like this: navhometabpage.iconimagesource = "ionicons_2_0_1_home_outline_25.png";
How to have access inside div element?
I am trying to create simple rock,paper, scissor game, but i have some case, i want to have access on div which id is firstplayer, also this div
how to loop over values in servlets and display them in them table?
I am writing a servlet calculator using dopost method of servlet container. protected void dopost(httpservletrequest request,
How to print the value message with selected option from given select box in React
I have a select box in application where user have to select any one option and the moment when user select the option its corrosponding message
Ad
Need some suggestions for a dynamic form using React
I'm building an enterprise-level application and i need some tips and suggestions for handling dynamic form. the fields of the form are
How can a view call a function (which is not a view) in django?
Is it possible to create a view/function in django that is callable only from another function i.e. the function doesn't accept any
Ad
Blog Categories
Ad