+
$razon_social[0]
$slogan[0]
@@ -12624,7 +12629,7 @@ if ($id ==''){$id='imagen';}
$size = ($_SESSION['upload_size']*1024*1024)." bytes";
$resultado ="
-
@@ -15223,8 +15228,9 @@ elseif($campo_tipo_accion == 'email'){$render = "
elseif($campo_tipo_accion == 'select'){
//$select = select('form_campos_valores','campo_valor','campo_valor','',"id_form_campo = $id_campo",$id_campo."[".$item."]");
- $select = select_edit($id_campo,$id_form,"$value",$id_campo."[".$item."]",$control);
- $render = "$select
$campo_descripcion "; $cols='6'; }
+ //select_edit($id_campo,$form_id,$valor,$name,$control)
+ $select = select_edit($id_campo,$id_form,$value,$id_campo."[".$item."]",$control);
+ $render = "$select
$campo_descripcion "; $cols='6'; }
elseif($campo_tipo_accion == 'radio'){
$select = radio_edit($id_campo,$id_form,$value,$id_campo."[".$item."]",$control);
$render = "$select
$campo_descripcion ";
@@ -15599,9 +15605,10 @@ function formulario_grabar($formulario,$accion) {
if($accion == "api"){
$respuesta = new xajaxResponse('utf-8');
+ $Formulario_original = $formulario;
$formulario = json_decode($formulario,true);
//$formulario = print_r($formulario,true);
- $respuesta->addAssign("resultado_triage","innerHTML","hOLA $formulario" );
+ $respuesta->addAssign("resultado_triage","innerHTML","hOLA $formulario_original" );
//return $respuesta;
}
@@ -16176,7 +16183,7 @@ $subir_imagen = subir_imagen("$id","$campo_imagen"."[0]");