Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created November 15, 2012 16:47
Show Gist options
  • Select an option

  • Save eggsurplus/4079686 to your computer and use it in GitHub Desktop.

Select an option

Save eggsurplus/4079686 to your computer and use it in GitHub Desktop.
Saving Admin Options For A Custom SugarCRM Module - config screen
<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