Questions tagged as 'forms'

1
answer

Problems retrieving data from Mysql

I'm trying to retrieve data from Mysql database for a form, I was able to retrieve some data but others display - Resource id #7/#4 PHP: @$id = $_GET['v']; $res=mysql_query("select * from login where cdlogin = '$id'"); $res_pes=m...
asked by 23.05.2015 / 05:45
1
answer

Create a reference of a class from a variable

I do not know if I explained correctly in the title and I ask that you correct me. I am doing a simple system of a bank in C # by object orientation following the apostille of caelum (Link of the handout) and also making some changes base...
asked by 22.12.2017 / 18:13
1
answer

Create a textarea with text editing options

I need to put a textarea where the person can edit the text. Ex: choose the font size, apply bold, change the color of the text, add photos along with the text (one paragraph, 1 photo, one more paragraph, 2 photos). Can anyone help me get...
asked by 06.10.2017 / 01:01
2
answers

Form fields not clickable on site when opened on desktop?

link I have a form of contact form that uses JS to validate and PHP to send the data, however in that site the link is above, the form is not clickable when opened on the desktop (in mobile it works normally). I've circled all html and did...
asked by 07.08.2017 / 18:35
1
answer

Laravel 5 Pagination without "refresh"?

I have a form where I display a table with data to assist the employee in creating the contract, this table is being paged: ($seguranças = DB::table('Segurança') ->where('disponibilidade', '=', 'disponível')...
asked by 04.11.2016 / 14:00
1
answer

Event after form resize

I have a project in delphi 2010 in which I am trying to create a after resize event. Is there any way to create the event in a project form? The goal would be to execute a code only after resizing the form is complete, an...
asked by 08.11.2016 / 17:10
1
answer

Conversion from php form to smtp [closed]

It is as follows, my form did not have authentication, but the client server requires authentication, I made it authenticate, but now it does not send. could they point out the mistakes so I could fix them? Old PHP: <?php // Check for em...
asked by 20.09.2016 / 17:11
1
answer

Problem copying an html block when you click a button

I was able to make that when I click the add more fields button, the form is replicated. But the create button started to do the same thing as the add + fields button and not its function of inserting the data in the database. Could you help me?...
asked by 01.05.2016 / 21:14
1
answer

Problem with nested form has_many through using dynamic form

I'm having the following problem on a form using has_many through. I have a registration where I created dynamic forms. These dynamic forms are inserted in another screen. I'm having difficulty in the controller where I insert these fomula...
asked by 22.06.2016 / 17:19
1
answer

Switch case checkbox

I need a different phrase to be entered when checking the options of a checkbox , even if I check two or more different checkboxes. In this case down, I used switch but I'm having trouble getting the correct answers. How can I do th...
asked by 29.12.2015 / 13:51