Closed (fixed)
Project:
Entityform
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 15:07 UTC
Updated:
20 Jun 2012 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
tedbowWhat kind of customization? Text or image? Image could be done via css
Comment #2
eme commentedWell, the text. A of an example, I use this module for contact forms : just the most easiest way to have a custom contact form with recording.
So the almost only thing that lacks is to change "Submit the form" with "Contact us" for example, when no image button is needed.
Comment #3
mrfelton commented+1 for being able to customize the submit button text. 'Submit' is pretty generic and not user-friendly in the majority of cases. Usually it makes for a better experience if the submit button of a form is labeled with something relevant to the purpose of the form - eg. 'Contact us' in the case of a contact form.
Comment #4
tedbowOk, I have attached a patch for this. Check it out and let me know
Comment #5
mrfelton commentedThanks, that does the job. Here is a version that fixes us the whitespace issues with the previous patch and applies cleanly through git.
Comment #6
arrowThe patch in #4 applies and works great!
#5 does not apply to latest from git.
Comment #7
tedbowRe-rolled patch against latest git and ran through coder review. Whitespace issues should be resolved
Comment #8
tedbowI just pushed this to 7.x branch.