I want the data from the custom form fields to be viewable to the authors of each other post.
gravity forms have the elegant field work down, the magic field people have an API that reveals this dat to the public - he states on his page http://magicfields.org/getting-started/
To display the information to be added in our template, for that Magic Fields give us a little api for this. In our single.php file we can add this: echo get('services');
Does this mean he can show the output after data entry? Do this mean I can combine the two and get what I want?
So I want authors to input data and look at each other's data. I don not want to give them full administrator to view of entries- bUt I like the look of the output for them.