Help: Referencing Articles in Form Action=" " to run PHP - Joomla! Forum - community, help and support
good morning,
i having bit of problem creating team record page swim team.
on page have form allow users input sex (male, female) , age group. form action supposed reference page it's on in order run embedded php script , report team records particular age group.
i can script work outside of joomla having trouble setting form action in joomla reference article on , pass user entered variables script. right action references /index.php?sex=xxx&age=xxx instead of article itself. nothing try working.
i've done bunch of searching , cant find answer on forms. apologize if of have answered question many times before i'm stuck.
the website @ http://www.wellesley-masters.com
thank you,
chris
i having bit of problem creating team record page swim team.
on page have form allow users input sex (male, female) , age group. form action supposed reference page it's on in order run embedded php script , report team records particular age group.
i can script work outside of joomla having trouble setting form action in joomla reference article on , pass user entered variables script. right action references /index.php?sex=xxx&age=xxx instead of article itself. nothing try working.
i've done bunch of searching , cant find answer on forms. apologize if of have answered question many times before i'm stuck.
the website @ http://www.wellesley-masters.com
thank you,
chris
set form action this: index.php?option=com_content&view=article&id=2 2 should replaced article id. article can variables via or post or whatever. hope helps...
Comments
Post a Comment