Is it possible to use Wiki.Create to make a new page but not open it up in the editor? I'm looking to create a page that has input fields that will take what the user enters as well as data from another page and put them into specific spots on a report using a template and passing data though the arguments.
when i use this it loads the template in the editor with the correct name and the correct location but what i was looking for are the values to get passed and saved to the page without it going into edit mode, is this possible?Code:{{wiki.create {label: "Create NOC Report", path: page.path, template: "NOCDailyReport", title: page.title .. " " .. date.format(date.now, "MM-dd-yyyy"), sysmon: "test"} }}


Reply With Quote