Questions tagged as 'forms'

1
answer

My form only sends the email to the server itself [duplicate]

I have a form that sends email normally, but when I put the option to send a copy to the client's email, it does not send. I ran several tests and found that it does not send email to any account other than the server itself. That is, I am get...
asked by 29.04.2016 / 01:16
0
answers

Can you reduce the borders of google forms?

Hello, everyone. I made a form on Google and decided to leave it on my site, like catching emails. But I have a problem. If I leave it in the sidebar, it gets tight, it does not fit right. If I leave below posts (as in this: link ) it too pr...
asked by 05.04.2016 / 03:34
0
answers

File not found while giving submit

I have an HTML form: <link rel="stylesheet" type="text/css" href="script/overlay-div/css/overlay-div.css"> <link rel="stylesheet" type="text/css" href="style/bootstrap.css"> <link rel="stylesheet" type="text/css" href="script/jq...
asked by 20.01.2016 / 20:12
1
answer

How to edit simple_form to customize fields

I would like to know how to edit the form fields with simple_form, edit such with the bootstrap, I read some tutorials but I did not understand how I can edit, how to use the class: 'form-control', etc. <%= simple_form_for @admin_category,...
asked by 26.02.2016 / 14:39
1
answer

String nonce is not being generated

I'm using the braintree API and I'm able to put dropin form of them on page:           var braintreeToken = @Html.Raw(Json.Encode(Model.brainTreeToken)); braintree.setup( braintreeToken, "dropin", { container: "payme...
asked by 04.11.2015 / 18:11
0
answers

Problem 2 or more forms on bootstrap tab

I have several forms, being 1 in each tab of the bootstrap, however whenever I submit only the values of tab0 form are sent, I would like to know how to resolve to send the active form. In each form has a submit, being that I have already change...
asked by 09.05.2015 / 07:10
1
answer

Problem loading image of an entity

I have an icon manager, in it I have already made available all the crud . However, I have a problem, when I open the form, a Zend\Form to edit an icon can not load the image that is already saved. I'm using the following element:...
asked by 10.03.2015 / 14:42
1
answer

Form being rendered with wrong action attribute

I'm using the spring form tags to render the forms present in my views, but I'm having problems because they are being generated with the wrong action attribute. In my controller, I have the method: @RequestMapping(value="altera/{theString}...
asked by 21.06.2014 / 13:19
1
answer

PHP does not take phone field information

I'm creating a form to send direct email from a site, via PHP . However, when I add the field to put the phone to contact the code PHP , it does not seem to recognize the field and does not get the information from that field. I made...
asked by 20.01.2018 / 13:35
1
answer

VB - Too many arguments

Well, I have the following error: Error: Too many arguments to 'Friend Sub LerClientes1()'. In the following code: Imports MySql.Data.MySqlClient 'importar as classes do MySQL Imports MySql.Data.MySqlClient.MySqlConnection 'importar...
asked by 08.06.2017 / 10:19