Welcome Guest, Not a member yet? Register   Sign In
Loading a Preview before sending a Newsletter
#4

[eluser]CroNiX[/eluser]
I'd just have 2 submit buttons with different names, then in the controller check which one was used.

Code:
<input type="submit" name="preview" value="Preview">
<input type="submit" name="send" value="Send">

Code:
if ($this->input->post('preview') !== FALSE)
{
  //do the preview
}


Messages In This Thread
Loading a Preview before sending a Newsletter - by El Forum - 02-19-2013, 02:53 PM
Loading a Preview before sending a Newsletter - by El Forum - 02-21-2013, 09:10 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-21-2013, 10:32 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-21-2013, 10:37 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 02:48 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 05:02 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 09:20 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 09:39 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 10:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB