Created
November 15, 2012 16:47
-
-
Save eggsurplus/4079686 to your computer and use it in GitHub Desktop.
Saving Admin Options For A Custom SugarCRM Module - config screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form name="ConfigureSettings" id="EditView" method="POST" > | |
| <input type="hidden" name="module" value="abc_Module"> | |
| <input type="hidden" name="action" value=”SaveConfig”> | |
| API URL: <input type=”text” name=”api_url” value=”” size=”35”/><br/> | |
| <input type='submit' value='Save Configuration' /> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment