Hello team,

I am using entityform_types module to create a registration form. I am able to design the form but as per my requirement i need to create multiple buttons. Can some one suggest how to implement.

Eg..

username:
Password:
-------

Submit button | Reset Button | Send Email | Request for Call

Comments

vijaythummar’s picture

scvinodkumar’s picture

add those buttons in the form alter hook by checking the form id inside this hook function and write respective actions to those buttons.