Can content submitting forms be edited?
nirvanajyothi - July 26, 2008 - 14:09
| Project: | String Overrides |
| Version: | 6.x-1.6 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
i could edit strings as explained in the video.
Can strings in content submission forms be edited using stringoverrides..?
which inc file should be looked into?

#1
Custom user content is not passed through the t() function, so we have no control over it.
#2
ok. by 'custom user content' Do you mean content typed in and submitted by users with that permission?
I would like to edit the words in the submission form shown to the user using stringoverrides.
Can that be done..
Use case:
Create Page on Page submission form to Create Today's News
If yes ...which inc file should be looked into?
#3
If you need to edit only the wording (and the field order) in submission
forms you could try also http://drupal.org/project/formdefaults
#4
Thank you skizzo!I was using formdefaults earlier and its really good..I wanted to know whether its possible using Stringoverrides.But i think its better to go with formdefaults when i need to.