Link to home
Start Free TrialLog in
Avatar of Adam Ehrenworth
Adam EhrenworthFlag for United States of America

asked on

Input button - Custom New Form -- modal window bootstrap

I have a button on a custom ASPX page that is opening a modal for a Custom New Form
<button type="button" class="btn btn-primary btn-small" data-toggle="modal" data-target="#MeetingModal" href="http://itsusmpw00799:56789/prd/hcctesting/Pages/pharmslt_new.aspx">Add Meeting</button>

Open in new window


This opens the form fine and I can enter all the fields... when I select submit it does the redirect correctly but it is not commiting the values to a new entry in the List. Can anyone advise what component I am missing?  Here is the submit button code

<input type="button" class="btn btn-default" value="Save" onclick="javascript: {ddwrt:GenFireServerEvent('__commit;__redirect={/prd/hcctesting/Pages/pharmslt.aspx}')};"/>	

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of kblau
kblau

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial