Hello,
As soon as I can get the plugin working it will be super useful, but I seem to be having problems with it.
I have read the documentation, and followed the instructions but I must be missing something because the list in my article is not being populated:
This is my form:
<form>
<table border="0">
<tbody>
<tr>
<td><select id="OriginCountry" name="country"><option value="USA" selected="selected">USA</option></select>
</td>
<td><select id="OriginState" name="state"><option value="Colorado" selected="selected">Colorado</option></select>
</td>
</tr>
</tbody>
</table>
</form>
And this is my parameters text in the plugin:
option=com_content,view=article,id=77; OriginCountry;OriginState;
the id of the article is right, what am I missing?
This is a J 2.5.6 site.
Also when I have this sort out, my ultimate goal is to display the fields in a RS Form. Will the plug in work?