💾 Archived View for chirale.org › 2011-05-06_430.gmi captured on 2024-12-17 at 10:11:59. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-12)
-=-=-=-=-=-=-
I don’t use Joomla, but sometimes a friend or a colleague of mine ask me some tips. My answer could be: in Drupal it will take 5 minutes.
Since I’m very open-minded, today instead of replying in that awkward way I try to found an alternative to a very useful module for Drupal called Webform. I’ve found a limited but working equivalent for Joomla called JForms.
Tested on:
Installation:
Install the extension using URL installation and paste the extension link (zip file from link above). Create a new form (see the visual howto below) with at least one field, one button, a form title, and a Thank you page (eg. index.php) Save the form. Create a new menu item from Menu \> Main Menu \> JForms \> Standard forms and fill the Select Form field.
Now that you’ve a form, you can use it from your site (click on menu item written created on (4) ).
If you have to link two forms together (eg. Customers -\> Company), you have to use the DBList field.
Create the Firm form Create the Customers form On Customers form add a DBList field
DB List field must have these values:
| | | |-------------|--------------------| | Table name | \#\_\_jforms_9c7aa | | Field key | id | | Field value | hcf94 | | Field sort | hcf94 |
HTML result:
<select style="width: 70px;" id="h4443_14" name="h4443[]"> <option selected="selected" value="1">Barilla</option> <option value="2">Parmalat</option> </select>
When creating a new customer, you’ll see a dropdown with a list of companies from the Company table and the two forms are connected.
https://web.archive.org/web/20110506000000*/http://drupal.org/project/webform
https://web.archive.org/web/20110506000000*/http://jforms.mosmar.com/
https://web.archive.org/web/20110506000000*/http://www.youtube.com/watch?v=cL98P3GBJsA
https://web.archive.org/web/20110506000000*/http://jforms.mosmar.com/wiki/0.7/elements/dblist