Both $_POST & $form_values are empty. When I change the action to a different module and repeat the print I do see values in $form_values. Anybody know what's going on?
I'm writing a module that will be inserted into the ecommerce checkout process using the checkoutapi() hook. When called, this module scans the contents of the cart, identifies items that we need to capture additional information for, and generates a form to collect that information. When the form is validated and an error in the input is found, I use form_set_error() to highlight the appropriate fields. However, when this happens, all values on the form reset to their default values!
I know how to pull nodes from a certain taxonomy and display various information of that node. I have kind of a php question. I need an easy way to sort the nodes by a field, actually the title because the title is the first and last name of the person.
Now if there is an easy mysql fix I'm all for that. Fail that I need to put the nodes into an array and maybe parse some strings so that I can spit them out in alphabetical order by last name.
Trying to use excerpt.module from CVS with tinyMCE.module from CVS. tinyMCE 2.0.4, drupal.4.7.0.rc1
On every "Submit" and also "Preview" I see <*><* /> </*> tags added to excerpt. No such tags added to body or title. I ended up adding str_replace in excerpt.module: