Crear una categoría (taxonomia) para un formulario webform
Hola chicos/as, es la primera vez que escribo.
Estoy necesitando para Drupal 7 agregar un campo llamado categoría que tambien puede ser una taxonomía para los formularios creados con webform.
En resumen, necesito agregar un nuevo formulario y decirle que es de esta categoría. Ej. Formulario Generales, Formularios Notas.
El tema, es que no encontre una forma de hacerlo de forma sencilla, y como que perdí el enfoque.
No se si debería crear un hook, y tampoco se como debería completar ese campo.
Ya que el webform te permite crear muchos campos pero son individuales por formularios.
Problem med includes och webform
Den sista tiden har jag fått problem med att inte kunna lägga in nya webformulär (eller se gamla).
Jag får detta felmeddelande på det senaste försöket:
Error message
Read moreValidar Datos de WebForm
Buenos días, Buenas Tardes y Buenas Noche:
Hola comunidad, es la primera vez que posteo una duda en este foro y espero recibir ayuda por parte de la comunidad, El problema que presento es el siguiente:
Read moreQuestion about Webforms and Mandatory/Required Fields
Hi Everyone,
I'm working on a webform for an archive that will allow scholars making a trip to that archive to ask for materials from the collection to be ready for them when they arrive. Pretty straightforward, right?
So, it's a multi-page webform (details below if you're interested). But the real problem is that on the pages in which the user requests specific items, most of the fields need to be mandatory.
Read moreiki tarih arası farkı bulmak
arkadaşlar,
iki tarih girişim var, bu tarihler arasındaki gün farkını bulmam gerekiyor.
günlerdir uğraşıyorum fakat bulamadım.
yardımlarınızı rica ediyorum arkadaşlar.
not:drupal 7,webform ile date popup'tan seçtiriyorum tarihleri.
Read moreNatural Sort in Views of Webforms
I have created a simple internal auction system. I have a content type, a webform, and some views. I know I could have used drupal commerce and an auction module but honestly i didn't need all that extra overhead.
Content is created. Then assigned it to a particular auction(taxonomy term). I have a view for each auction. I created a webform. NID of the item is passed to the webform for ref.
The view displays a table of webform results (webform mysql module) that are assoc to the NID of the item. Therefore, only displaying the bids for that item.
Fastnar i Webform eller Field Collections
Hej.
Jag tycks ha tre inkompatibla krav:
1) Anonyma användare ska kunna lämna uppgifter i ett fält
2) Rules ska kunna skriva data i samma fält
3) Man ska kunna ladda upp en fil som fyller data i dessa fält
För 1) och 3) så fungerar Webform utmärkt, för 2) och3) så kan man använda Field Collection. Men jag finner ingen lösning som uppfyller alla tre kraven.
För Webform så spricker det på att jag inte finner någon metod för Rules att skicka in data. Att skriva data i de olika fälten går bra, det är 'submit' jag fastnar på.
Read moreTest de examen validado
Buenas, una preguntita a ver si alguien conoce algo:
Quiero crear un test de examen, que cuando el usuario rellene y envíe, le aparezca de nuevo el test relleno con lo que el usuario ha mandado, y corregido, marcando en cada pregunta si la respuesta está bien o mal y explicando porqué.
Es posible?
He probado con el módulo webform, webform validation, Webform Conditional Confirmation Messages, y no lo consigo.
De antemano, muchas gracias a todos!
Read moreCampo no editable por usuarios en Webforn
Buenas tardes, espero estén muy bien, escribo porque tengo una duda y ver si me pueden ayudar
Read moreHow to pass a variable from one function to another function?
On a Drupal 6 Website I am trying to accomplish the following:
On a node (page), I want to pull the node title and then I want to send the node title over to a webform that is displayed as a block on the same page, as a hidden field.
Here is what I have so far:
//currently being done inside a custom module - not sure how else to code it
//get node information
function customform_nodeapi(&$node, $op, $teaser, $page){
switch($op){
case 'view':
if ($node->type == "recorded_webinars"){
$cf_node_title = $node->title;['value'];
}
break;
}//end switch
}







