In Drupal, how do you get the submit button to appear last on a create content form? -


In Drupal, how can you get the submit button at the end to create content without subscribing to the complete form? I can use the code to set the weight of the submit button, but it never goes below any custom field that I have created if I pull too many custom fields from the bottom of the form, then the submit button only 5 fields Stays below and then all other fields are parked under it. It seems that the submit button is just stuck at one place on the screen. How can I fix this?

in a hook_form_alter ():

  $ form [ Coagulation '] [' # weight '] = 100;  

But it seems that some way is happening. Generally submitting to Drupal is always anecdotal until some strange thing goes on.


Comments