Hello! I'm not frequent to CF but I found v6 to be absolutely awesome! Though, I can't load records into a form for the user to modify their past saved inputs.
I've tried with DB Read, with php functions and {var:function_name} inside the Value Field, but fields won't load. I can't find a clear answer for this neither on FAQs or Forum. I'm sure this should be very easy and I don't need CC, but just can't figure out how.
Documentation for CF5 recommends to add custom code on the "conditions box", but this box is not literally present inside DB Read. I used this code
Is there an straightforward post or FAQ for this?
I've tried with DB Read, with php functions and {var:function_name} inside the Value Field, but fields won't load. I can't find a clear answer for this neither on FAQs or Forum. I'm sure this should be very easy and I don't need CC, but just can't figure out how.
Documentation for CF5 recommends to add custom code on the "conditions box", but this box is not literally present inside DB Read. I used this code
<?php return array('nombre_organizacion' => $form->data['nombre_organizacion']); ?>inside the "fields to retrieve" box; the debugger shows a correct call for the data, but then I don't know how to load that data into the input field.
Is there an straightforward post or FAQ for this?