Welcome Guest, Not a member yet? Register   Sign In
How to organize Code igniter 4 mail with multi-input post
#3

(This post was last modified: 01-25-2022, 01:02 AM by luckmoshy.)

(01-24-2022, 10:36 PM)kenjis Wrote: I don't get what you don't know exactly.
Like this?
PHP Code:
$email->setMessage(
    $this->request->getVar('one')
    . $this->request->getVar('two')
    $this->request->getVar('three')
); 

I have a mail form with multi- input as follow:
Code:
<form>
     <input name="var1">
<input name="var2">
<input name="var3">
<input name="var4">
<input name="var5">
<input name="var6">
<input name="var7">
<input name="var8">
</form>

I want thise inputs to work on a post to mail as I asked above thank you whether HTML/TEXT
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
RE: How to organize Code igniter 4 mail with multi-input post - by luckmoshy - 01-25-2022, 01:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB