Discussions

Tag Filter:
We can post data to a feed using AJAX and then utilize the posted data via [[URL:parameterName]] or [[Form:parameterName]] depending on weather we used a URL parameter or posted it as a form. But, what if the data was posted as JSON? How do we get to posted JSON object in a feed? For instance, what if we want a feed to behave a webhook?
Hi I was wondering if anyone had used a feed to INSERT data? I know feeds are designed to retrieve data but since they take parameters and a SQL statement I was wondering if they could be used to do back end CRUD for stuff like Angular JS?
OK...I am trying something a little different (for me) inspired by Kelley's article on feeds and Patrick's recent demo. I have a simple form with a dropdown for countries and a dropdown for states. I populate the coutnries with a CDS as normal. I am calling a feed via jQuery to get the states(regions) back and it works perfectly....you change the country and get a new list of regions without a pos
I'm calling several feeds from my template, and writing the information into Bootstrap modals. However I'm trying to hide a feed if the results are empty. However whenever I put a ifnotempty around the title in the header then I get nothing, even if there are records. Any ideas? john <xmod:Feed ContentType="text/html" FileName="facStaffBioPublications"> <ListDataSource CommandText="SELECT idPublic
I want too upgrade too the latest XMod Pro but only when feeds are finally multilanguage. I use the LoadFeed a lot from within my templates but it does not respect the language Example: I have all my templates and Forms and Feeds copied and renamed to MyTemplate.NL-nl or MyForm.NL-nl. For feeds, this doesn't work
I have a striped table in my template with the edit and delete buttons present. How do I on the edit form and on the template generate the feed output. I have form that user' select checkboxes which generates a qual and exceptions record for a project. I would like the end user's to generate a word doc feed download of the data the entered. I can't figure out how to call the feed to download the w
Hi guys I have been greatly interested in the last couple of User Groups, where @PatrickRyan has been talking about Feeds, and incorporating them in your XModPro Forms and Templates. I am not a natural xml/html coder and JQuery is pretty new to me as well as the finer points of XModPro - I am looking forward to all the installments of Patrick's book https://discoverxmodpro.com / - Is excellent val
Hi Folks, Has anybody been able to pass perameters to the XMP Feed module and build a CSV based on URL values. It doesnt seem to support URL parmeters and I cant think of a work around. -Ryan
I'm trying to get the Snippets working and not having any luck. I created file snippets.js with the code in the documentation and put it under the portals/_default/XModPro/. Then reloaded the frame and page they still don't show up.