When using the shortcodes ([pta_sign_up_sheet id=”3″]) to place a specific sheet on a page, each signup URL in the sheet is generate as “example.com/?page_id=53?sheet_id=3&task_id=9&date=2015-12-27&signup_id=0″ and this doesn’t work because the “?” (marked in bold) should be a “&” because it’s not the first variable to be passed. Generates the error: “Not a valid signup!”
When not using the shortcodes (ie, just clicking on the sheet from the main list of sheets), the URL is correct: “example.com/?page_id=53&sheet_id=3&task_id=9&date=2015-12-27”
I’m sure I can code hack to fix this, but I suspect it will break something if I did. Any ideas?