Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
profile.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 May 2011 at 18:48 UTC
Updated:
22 Jul 2022 at 10:51 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedbump.
Comment #2
Anonymous (not verified) commentedSolved. hook_form_FORM_ID_alter did the trick.
Comment #3
int_ua commentedIs there an easy quick way to get form_id without printing $form?Not without printing, but relatively easy:
Comment #4
kors4r commentedCan you should me an example?