[14:21:08] When im using the info tag creating a form and trying to use the Page name parameter can i use the field name in brackets? [14:21:16] I was told using brackets in page name would breka mediawiki [14:21:28] trying to get The One Step Process to create a page name via a Form to work...however when i use the following code i get an error that the specified target page cannot be created https://pastebin.com/FMX7kkEm [17:52:22] trying to get The One Step Process to create a page name via a Form to work...however when i use the following code i get an error that the specified target page cannot be created https://pastebin.com/FMX7kkEm [18:29:35] kevindank: About that page name, could it just be a problem with capitalisation? E.g. try page name=Patents[countries] [18:31:05] the other thing thatÅ› odd is the field definition for the countries field. I think you need the name before the "mandatory" [18:35:25] FoxT: I tried to adjust Capitalization but that did not the do trick either. I went ahead and removed Mandatory from the countries field as well...no luck [18:35:36] is it possible because its a dropdown field rather then a single line text? [18:37:00] answered my own question, single line text for country field didn't work either. [18:38:23] is the the proper format that i would put in info? [18:39:11] I think so [18:40:21] Yes, indeed. Otherwise it is not recognized as a reference to a form field, but as the page name itself. [18:43:05] interesting...so i took the field outside of headertabs in the form and it now works [18:45:30] Yeah, HeaderTabs causes headaches sometimes [18:45:35] i think the capitalization helped as well. [18:45:39] Thanks for your help... [18:46:33] np :) [18:46:37] one last question, any idea how to setup an anchor tag that updates based off of a field name? So if im on a page called Ireland and I want to link to the Patents Ireland page, if i use www.mysite.com/patents-{{{country name}}} [18:47:51] no idea, I'm afraid [18:48:21] okay, thanks [19:02:48] figured that out...output is like this: https://ipdocketingrules.com/index.php?title=United_States_of_America_Patents#tab=Country [19:03:02] any thoughts on how i can include the content of that page on a template or in a page? [19:06:19] like would inline queries work? [19:11:50] or something like this? {{:{{PAGENAME}}_Patents}}