Jump to content

caribou

Members
  • Posts

    30
  • Joined

  • Last visited

Community Answers

  1. caribou's post in Most recent posts only updated in default language was marked as the answer   
    That worked! I just added this to my form after retroactively updating the other ones:
    <?php foreach ($languages as $language){ echo "<input type='hidden' name='status{$language}' value='1'>"; //Make active in all languages } ?> Thanks very much for your help!
×
×
  • Create New...