Thanks for reading. This is my first attempt creating forms in Drupal, so do let me know if I'm missing something quite basic/obvious/fundemental.
I'd like to create a form which sends an SMS text message, through the iTagg service.
(Their API requires you to POST certain fields [your username & password, the phone number to send to, the message, etc] to their site at: https://secure.itagg.com/smsg/sms.mes )
Hi there, i'm new on this forum, i just want to make you know that the great logotool module has problems with the jstools module, beacuse is allways showing the default logo when you select "Specified logos" option. this is because the jstools loads the logo from jstools/default.js, not from the current page. i hope you can find a workaround. Congrats!
I'm working a site that needs to utilize CCK for some large, content-heavy forms. The problem is the forms are too long for most end-users. I have already installed pageroute.module and have split the forms into various "phases." I've even installed nodefamily.module to group these lesser-forms under one major-form.
I've created a module that attaches specific information to a specific vocabulary's terms. When installed, the module calls drupal_execute to create a vocabulary with all the desired settings, and stores the vocabulary id. Then, form_alter and hook_taxonomy streamline the process to gather information about the term. Life is good.
However, whenever I create or edit products, I can't assign a term from that particular vocabulary. I just get the "An illegal choice has been detected. Contact the site administrator" error. Watchdog reports the term id that I had selected. The database looks fine, and I can even add a row to {term_node} to get the effect I want.