I see now. So, you are on the right track with your submit rule - except you are setting the main data source field after you submit, which means the data doesn't get saved. Data entered into a secondary data source (like your XML data source) never is saved when the form is submitted - it will always default to whatever the source data values are. You could also reset the secondary data source on load, in the rule you are using to switch views, but I wouldn't. I would just remove the default values in the main data source and set the main data source values on the submit button in the New view. Don't set them on the "edit" view tho - the XML secondary data connection will be blank there. See attached - I modified the rules on the submit button in the new view and removed the default values from the main data source. Right click the linked form in the post header, save it locally. Right click the locally saved file and select Design to open in Design mode. As a side note, it is always easier for me to understand with a sample form than with screenshots :)
Hilary Stoupa
