Questions tagged as 'formularios'

1
answer

Hide fields on form using Primefaces

I have a problem, I am making a form in primefaces and the following happens to me: View code xhtml <p:panel> <p:selectOneRadio layout="responsive" columns="2" value="#{empresaWizard.empresa.stAceptoMultiswitch}"> <...
asked by 09.09.2017 / 19:11
0
answers

Validation in reactive Forms, Set SetValidators to not required

Good afternoon, I have a problem, I have burned all the ships and I can not get out of the mess, the issue is to change field validations in a reacive form based on the behavior of a group of fields. I am creating a recipe, it is a form with a h...
asked by 23.08.2017 / 20:53
2
answers

ComboBox Problems

Good afternoon. I have a problem with a select to bring to list to choose the name of a worker from a table, but I read the guides and can not find the detail, because when testing it on the web, only the empty space appears, the part of...
asked by 14.08.2017 / 22:10
0
answers

PHP LDAP AD Login

I am trying to formulate a Login with LDAP in PHP and it does not connect me to the domain and I do not know where it failed. I made a new domain to test so the names will be visible as it is only a test Computer Win Server Name: WIN-OLN6K...
asked by 23.07.2017 / 03:35
1
answer

I can not insert data using the php form

In my next form within a php page I try to insert an email and a password inside the database. But he does not specify me why I can not perform that operation and I get the error message "I do not turn out" <div class="panel-login"> &...
asked by 14.08.2017 / 00:41
0
answers

Js file is not executed on site made with Drupal7

Simple problem. I execute this code $(document).ready(function () { $("form#user_register_form").submit(function (event) { event.preventDefault(); alert("Submit prevented"); }); }); In a javascript file for a site...
asked by 05.07.2017 / 17:06
0
answers

Edit a record using a form (ajax, codeigniter)

I have in my table filled by a query and a foreach in this table after filling it with records, I have a button to edit which opens a modal and from there edit the record. The problem is that when you open the modal, you do not load th...
asked by 29.06.2017 / 19:54
1
answer

Save values of a form AngularJS

I have this form <form> <div class="form-group"> <label>Add a comment</label> <input type="text" ng-model="newRole.newAuthor" placeholde...
asked by 26.06.2017 / 21:33
1
answer

AngularJS update record in database from form

I need the logic to correctly save or update (POST) a set of records. Using this resource that calls the database. TripResource.updateTrip = function(id,ship){ return $http.put(URL + '/trips'+'/'+id, trip); // .success(function(data, s...
asked by 21.06.2017 / 00:10
1
answer

Caldera Forms Price Calculation

I'm making a simple price calculation form with the Caldera Form plugin. The problem arises when I select a box from the drop-down and it does not show me any price (when I should show it) Has this happened to anyone? I attach images of ho...
asked by 31.05.2017 / 18:05